diff --git a/src/cli/setup.js b/src/cli/setup.js index be0cb55623..e3e59f38cd 100644 --- a/src/cli/setup.js +++ b/src/cli/setup.js @@ -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')) {