FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[v14.x backport] esm: make `process.exit()` default to exit code 0 by aduh95 · Pull Request #41508 · nodejs/node · GitHub

/ node Public

[v14.x backport] esm: make process.exit() default to exit code 0 - #41508

Closed
aduh95 wants to merge 4 commits into
nodejs:v14.x-stagingfrom
aduh95:backport-tla-process-exit-fix
Closed

[v14.x backport] esm: make process.exit() default to exit code 0#41508
aduh95 wants to merge 4 commits into
nodejs:v14.x-stagingfrom
aduh95:backport-tla-process-exit-fix

Conversation

aduh95 commented Jan 14, 2022

Copy link
Copy Markdown
Contributor

Due to a bug in top-level await implementation, it used to default to
exit code 13.

PR-URL: #41388
Fixes: #40808
Reviewed-By: Antoine du Hamel duhamelantoine1995@gmail.com
Reviewed-By: Guy Bedford guybedford@gmail.com

Due to a bug in top-level await implementation, it used to default to
exit code 13.

PR-URL: nodejs#41388
Fixes: nodejs#40808
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Guy Bedford <guybedford@gmail.com>
aduh95 added experimental Issues and PRs related to experimental features. esm Issues and PRs related to the ECMAScript Modules implementation. v14.x labels Jan 14, 2022

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/modules

nodejs-github-bot added needs-ci PRs that need a full CI run. process Issues and PRs related to the process subsystem. labels Jan 14, 2022
richardlau added the request-ci Add this label to start a Jenkins CI on a PR. label Jan 14, 2022
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jan 14, 2022

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

nodejs-github-bot commented Jan 16, 2022
edited by richardlau
Loading

Copy link
Copy Markdown
Collaborator

richardlau pushed a commit that referenced this pull request Jan 25, 2022
Due to a bug in top-level await implementation, it used to default to
exit code 13.

PR-URL: #41388
Backport-PR-URL: #41508
Fixes: #40808
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Guy Bedford <guybedford@gmail.com>

Copy link
Copy Markdown
Member

Landed in a90defe.

richardlau closed this Jan 25, 2022
aduh95 deleted the backport-tla-process-exit-fix branch January 25, 2022 18:53
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

esm Issues and PRs related to the ECMAScript Modules implementation. experimental Issues and PRs related to experimental features. needs-ci PRs that need a full CI run. process Issues and PRs related to the process subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL