Skip to content

Commit

Permalink
πŸ› FIX: Warning space
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Apr 30, 2020
1 parent d1c172e commit 80993cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = (heading = `ERROR: `, err, displayError = true, exit = true) =>
console.log(`${sym.info} ${red(`REASON β†’`)} ${err.message}`);
console.log(`${sym.info} ${red(`ERROR STACK ↓ \n`)} ${err.stack}\n`);
} else {
console.log(`${sym.warning} ${yellow(heading)}`);
console.log(`${sym.warning} ${yellow(heading)}`);
}
if (exit) {
process.exit(0);
Expand Down

0 comments on commit 80993cc

Please sign in to comment.