Skip to content

Commit

Permalink
Mention --debug when a crash occurred
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmengels committed Nov 10, 2024
1 parent 692b52e commit 8435cbe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/error-message.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ function unexpectedError(err) {
`I ran into an unexpected error. Please open an issue at the following link:
https://github.com/jfmengels/node-elm-review/issues/new
Please include this error message and as much detail as you can provide. If you
can, please provide a setup that makes it easy to reproduce the error. That will
make it much easier to fix the issue.
Please include this error message and as much detail as you can provide. Running
with ${chalk.yellow('--debug')} might give additional information. If you can, please provide a
setup that makes it easy to reproduce the error. That will make it much easier
to fix the issue.
Below is the error that was encountered.
--------------------------------------------------------------------------------
Expand Down

0 comments on commit 8435cbe

Please sign in to comment.