This commit is contained in:
barisusakli
2014-11-14 22:14:55 -05:00
parent 30d7f3351b
commit 76933f4c37

2
app.js
View File

@@ -271,6 +271,8 @@ function reset() {
});
} else {
winston.warn('[reset] Nothing reset.');
winston.warn('Use ./nodebb reset {themes|plugins|widgets|settings|all}');
process.exit();
}
});
}