[BREAKING] Replace console.log with process.stderr by d3xter666 · Pull Request #930 · UI5/cli
Conversation
flovogt
changed the title
[BRAKING] Replace console.log with process.stderr
[BREAKING] Replace console.log with process.stderr
This was referenced
Feb 23, 2024Comment on lines +18 to +19
| process.stderr.write(hashSum.digest("hex")); | ||
| process.stderr.write("\n"); |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see a reason to adjust any of those scripts. They're not related to the productive shipment of packages and usage of console.log seems to be totally valid to me.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True, I was wondering too. There's no need and nobody consumes these scripts outside of this repository. So we could also abandon this PR
d3xter666 added a commit that referenced this pull request
Sep 24, 2025BREAKING CHANGE: Messages will now be written to stderr instead of stdout. JIRA: CPOUI5FOUNDATION-802 Related to: #701 Sibling of: #930, SAP/ui5-cli#686
d3xter666 added a commit that referenced this pull request
Sep 24, 2025BREAKING CHANGE: System messages will now be written to stderr instead of stdout. JIRA: CPOUI5FOUNDATION-802 Related to: #701 Sibling of: SAP/ui5-server#643, #930
d3xter666 added a commit that referenced this pull request
Sep 25, 2025) BREAKING CHANGE: System messages will now be written to stderr instead of stdout. JIRA: CPOUI5FOUNDATION-802 Related to: #701 Sibling of: SAP/ui5-server#643, #930
d3xter666 added a commit that referenced this pull request
Sep 26, 2025) BREAKING CHANGE: System messages will now be written to stderr instead of stdout. JIRA: CPOUI5FOUNDATION-802 Related to: #701 Sibling of: SAP/ui5-server#643, #930
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters