fix: winston error message

This commit is contained in:
Barış Soner Uşaklı
2020-11-06 12:24:50 -05:00
parent 1446cec77f
commit 16d03975a0

View File

@@ -53,7 +53,7 @@ function setup(initConfig) {
console.log('\n' + separator + '\n');
if (err) {
winston.error('There was a problem completing NodeBB setup', err.stack);
winston.error('There was a problem completing NodeBB setup\n' + err.stack);
throw err;
} else {
if (data.hasOwnProperty('password')) {