Skip to content

fix(cli): Log error during initialization of UI5 CLI#1449

Merged
matz3 merged 1 commit into
mainfrom
up-port/v4-fix-initialize-error-log
Jul 6, 2026
Merged

fix(cli): Log error during initialization of UI5 CLI#1449
matz3 merged 1 commit into
mainfrom
up-port/v4-fix-initialize-error-log

Conversation

@matz3

@matz3 matz3 commented Jul 6, 2026

Copy link
Copy Markdown
Member

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.

Up-port of SAP/ui5-cli#818

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.

Up-port of SAP/ui5-cli#818
@matz3 matz3 requested a review from a team July 6, 2026 09:39
@matz3 matz3 enabled auto-merge (rebase) July 6, 2026 09:39
@matz3 matz3 merged commit c87166c into main Jul 6, 2026
60 checks passed
@matz3 matz3 deleted the up-port/v4-fix-initialize-error-log branch July 6, 2026 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants