Commit dd88210
committed
fix: print error when internal cli error happens
There have been issues where the reported error is "ERROR: null", which
is very unhelpful. Here is an analysis of a specific example:
#5048 (comment)
Although the trigger for that error was fixed by #5074, the
unhelpfulness of "ERROR: null" was not addressed.
To help with debugging, this patch prints the original error when this
stage is unexpectedly reached.1 parent abf3dd9 commit dd88210
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
0 commit comments