Skip to content

Commit

Permalink
Merge pull request electrode-io#8 from JProgrammer/patch-1
Browse files Browse the repository at this point in the history
Put error message in output
  • Loading branch information
ananavati authored Oct 27, 2016
2 parents 7b665a9 + 2bb2488 commit 54c0fe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/start-failed.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ module.exports = function startFailed(err) {
${serverStartError.message}
${serverStartError.description}
${ErrorCommon.fileIssue}
${Chalk.bold.red(err.message)}
`;

console.error(errDetail); // eslint-disable-line
Expand Down

0 comments on commit 54c0fe4

Please sign in to comment.