Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
nodejs
/
node
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
37k
Star
122k
Code
Issues
632
Pull requests
564
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
module:
process.exit()
should result in exit code 0
- #41388
#41388
Merged
aduh95
merged 11 commits into
nodejs:master
nodejs/node:master
from
MoonBall:fix/exit-code-13-when-calling-process.exit-in-esm-file
MoonBall/node:fix/exit-code-13-when-calling-process.exit-in-esm-file
Copy head branch name to clipboard
Jan 14, 2022
Conversation
Commits
11
(11)
Checks
Files changed
Merged
module:
process.exit()
should result in exit code 0
#41388
aduh95
merged 11 commits into
nodejs:master
nodejs/node:master
from
MoonBall:fix/exit-code-13-when-calling-process.exit-in-esm-file
MoonBall/node:fix/exit-code-13-when-calling-process.exit-in-esm-file
Copy head branch name to clipboard
Commits
Commits on Jan 3, 2022
module: `process.exit()` should result in exit code 0
MoonBall
committed
b828eac
View commit details
Copy full SHA for b828eac
Browse repository at this point
Update test/fixtures/es-modules/tla/unresolved-with-worker-process-exit.mjs
Show description for 5ebf9b0
MoonBall
and
aduh95
authored
5ebf9b0
View commit details
Copy full SHA for 5ebf9b0
Browse repository at this point
Update test/fixtures/es-modules/tla/process-exit.mjs
Show description for fab1eed
MoonBall
and
aduh95
authored
fab1eed
View commit details
Copy full SHA for fab1eed
Browse repository at this point
Update lib/internal/modules/run_main.js
Show description for 4e6f2c0
MoonBall
and
aduh95
authored
4e6f2c0
View commit details
Copy full SHA for 4e6f2c0
Browse repository at this point
Update lib/internal/process/per_thread.js
Show description for dbf136c
MoonBall
and
aduh95
authored
dbf136c
View commit details
Copy full SHA for dbf136c
Browse repository at this point
Update test/fixtures/es-modules/tla/unresolved-with-worker-process-exit.mjs
Show description for 24bc42c
MoonBall
and
Mesteery
authored
24bc42c
View commit details
Copy full SHA for 24bc42c
Browse repository at this point
Update lib/internal/modules/esm/handle_process_exit.js
Show description for adcf374
MoonBall
and
ljharb
authored
adcf374
View commit details
Copy full SHA for adcf374
Browse repository at this point
Commits on Jan 4, 2022
use isMainThread
MoonBall
committed
73e0b71
View commit details
Copy full SHA for 73e0b71
Browse repository at this point
add `handle_process_exit` to bootstrap modules
MoonBall
committed
d58b5b9
View commit details
Copy full SHA for d58b5b9
Browse repository at this point
move comment to handle_process_exit file
MoonBall
committed
d7bb21f
View commit details
Copy full SHA for d7bb21f
Browse repository at this point
Update lib/internal/modules/esm/handle_process_exit.js
Show description for 0951516
MoonBall
and
aduh95
committed
0951516
View commit details
Copy full SHA for 0951516
Browse repository at this point
You can’t perform that action at this time.