Unnecessary semicolon

Removed unnecessary semicolon.
This commit is contained in:
Demis Palma 2015-12-19 18:18:17 +00:00
parent 9e2f9f7910
commit 1e60b12983

View File

@ -364,7 +364,7 @@ async.eachLimit(files, 1, function (file, cb) {
} }
throw ex; throw ex;
} }
}; }
}); });
cb(); cb();
}); });