Skip to content

Commit

Permalink
feat: log errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon committed May 8, 2024
1 parent c2d7642 commit aaa7608
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 @@ -200,5 +200,5 @@ if (require.main === module) {
})
.help()
.argv
symbolicate(argv).then(console.log)
symbolicate(argv).then(console.log, console.error)
}

0 comments on commit aaa7608

Please sign in to comment.