mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-05 08:38:14 +02: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