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... // Do the upgrade...
scriptExport.method(function (err, skipped) { scriptExport.method(function (err) {
if (err) { if (err) {
process.stdout.write('error\n'.red); process.stdout.write('error\n'.red);
return next(err); return next(err);

Loading…
Cancel
Save