Commit 9f1fad1
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 9cc3ada commit 9f1fad1
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
69 | 74 | | |
70 | 75 | | |
71 | 76 | | |
| |||
0 commit comments