Skip to content

Commit

Permalink
fix(cli): use console to show stacktrace
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Jul 14, 2018
1 parent e632ca4 commit 742c363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ async function main() {
}

main().catch(err => {
LOG(chalk.red(err))
console.error(err)
process.exit(1)
})

0 comments on commit 742c363

Please sign in to comment.