removed unused vars

v1.18.x
Julian Lam 8 years ago
parent c323a813c0
commit 25518bdd18

@ -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);

Loading…
Cancel
Save