mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
removed unused vars
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user