Commit c909a10
committed
[FIX] Log error during initialization of UI5 CLI
Unexpected errors during initialization of the UI5 CLI are now properly logged to the console.
Previously, such errors appeared as "TypeError [ERR_INVALID_ARG_TYPE]" error because
"process.stderr.write" was called with the error object, not a string.1 parent d3b4c83 commit c909a10
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
377 | | - | |
378 | | - | |
| 377 | + | |
379 | 378 | | |
0 commit comments