Add backtraces and more verbose error #2979
corentinmusard
started this conversation in
Ideas
Replies: 1 comment
-
Makes sense. Lemme add it to the roadmap |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using for exemple
node ace db:seed
, in case of error you only get a red sentence (often not explicit for newcomers) with no context, no line number, no backtrace.It's really a nightmare to debug this.
Could you add at least a
--verbose
flag to show backtrace?Beta Was this translation helpful? Give feedback.
All reactions