Skip to content

Fix a call to process.exit in our tests for recent Node.js versions. - #35

Merged
sjrd merged 1 commit into
scala-js:mainfrom
sjrd:fix-process-exit-on-recent-node
May 2, 2026
Merged

Fix a call to process.exit in our tests for recent Node.js versions.#35
sjrd merged 1 commit into
scala-js:mainfrom
sjrd:fix-process-exit-on-recent-node

Conversation

@sjrd

@sjrd sjrd commented Apr 22, 2026

Copy link
Copy Markdown
Member

process.exit expects a number, not a boolean. Earlier versions of Node.js tolerated booleans, but not anymore.

`process.exit` expects a number, not a boolean. Earlier versions of
Node.js tolerated booleans, but not anymore.
@sjrd
sjrd requested a review from gzm0 April 22, 2026 09:51
@sjrd sjrd mentioned this pull request May 1, 2026
@gzm0

gzm0 commented May 2, 2026

Copy link
Copy Markdown
Contributor

Not merging here, because the default is "Rebase and merge" which is not what we do in the core repo. Is this intentional?

image

@sjrd

sjrd commented May 2, 2026

Copy link
Copy Markdown
Member Author

Not merging here, because the default is "Rebase and merge" which is not what we do in the core repo. Is this intentional?

Looks like it's your own config, or the last choice you made in this repo. I have "Merge pull request" as default, as usual.

@sjrd
sjrd merged commit 79fa8b4 into scala-js:main May 2, 2026
15 checks passed
@sjrd
sjrd deleted the fix-process-exit-on-recent-node branch May 2, 2026 14:40
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