mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 23:43:09 +01:00
b0869c64d1
- Splits signal handler setup code into two functions: one sets up `process.on('SIGNAL_NAME')`, another takes care of the signal triggers of node-report. Both should only happen on the main thread. The latter needs to happen after the node-report configurations are read into the process. - Move the initialization of node-report into pre_execution.js because it depends on CLI/environment settings. PR-URL: https://github.com/nodejs/node/pull/26227 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> |
||
---|---|---|
.. | ||
.eslintrc.yaml | ||
check_syntax.js | ||
eval_stdin.js | ||
eval_string.js | ||
inspect.js | ||
print_bash_completion.js | ||
print_help.js | ||
prof_process.js | ||
repl.js | ||
run_main_module.js | ||
run_third_party_main.js | ||
worker_thread.js |