removed unused vars

This commit is contained in:
Julian Lam
2017-03-13 16:54:29 -04:00
parent c323a813c0
commit 25518bdd18

View File

@@ -169,7 +169,7 @@ Upgrade.process = function (files, skipCount, callback) {
}
// Do the upgrade...
scriptExport.method(function (err, skipped) {
scriptExport.method(function (err) {
if (err) {
process.stdout.write('error\n'.red);
return next(err);