Skip to content

Commit

Permalink
fix: winston error message
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Nov 6, 2020
1 parent 1446cec commit 16d0397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/setup.js
Expand Up @@ -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')) {
Expand Down

0 comments on commit 16d0397

Please sign in to comment.