node/lib/internal/process
Gang Chen 775bfd1579
esm: make process.exit() default to exit code 0
Due to a bug in top-level await implementation, it used to default to
exit code 13.

PR-URL: https://github.com/nodejs/node/pull/41388
Fixes: https://github.com/nodejs/node/issues/40808
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Guy Bedford <guybedford@gmail.com>
2022-01-14 01:37:41 +01:00
..
esm_loader.js vm: add support for import assertions in dynamic imports 2021-10-09 08:44:53 +00:00
execution.js process: refactor execution 2021-11-06 15:59:33 +01:00
per_thread.js esm: make process.exit() default to exit code 0 2022-01-14 01:37:41 +01:00
policy.js lib: flatten access to primordials 2019-11-25 10:28:15 +01:00
promises.js async_hooks: fix AsyncLocalStorage in unhandledRejection cases 2021-12-21 09:33:45 -06:00
report.js lib: refactor to use validateObject 2021-01-28 12:53:50 +01:00
signal.js process: refactor to use more primordials 2020-11-24 05:27:19 -08:00
task_queues.js process: do not lazily load AsyncResource 2021-04-06 07:46:45 -07:00
warning.js lib: avoid mutating Error.stackTraceLimit when it is not writable 2021-04-15 00:17:16 +02:00
worker_thread_only.js bootstrap: use different scripts to setup different configurations 2019-12-20 22:10:13 +08:00