Open brendanmckenzie opened 4 years ago
I'd be open to making this an option e.g. -S,--no-stack-trace
, but not all errors are as beautiful as the one you have posted in this issue, sometimes they come from other sources and the stack trace is important in those cases.
Feature description
When running
migrate watch
in a rather short terminal window SQL errors are lost amongst Javascript stack tracesMotivating example
There are 10 lines of JS stack trace for 2 lines of SQL errors.
Breaking changes
I feel this can be implemented without much overhead.
Supporting development
I [tick all that apply]: