From 1e60b129831fa76dca703d8ef7ac5f728a722ea3 Mon Sep 17 00:00:00 2001 From: Demis Palma Date: Sat, 19 Dec 2015 18:18:17 +0000 Subject: [PATCH] Unnecessary semicolon Removed unnecessary semicolon. --- bin/uglifyjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/uglifyjs b/bin/uglifyjs index f7f22215..88dc2398 100755 --- a/bin/uglifyjs +++ b/bin/uglifyjs @@ -364,7 +364,7 @@ async.eachLimit(files, 1, function (file, cb) { } throw ex; } - }; + } }); cb(); });