et the exit code to a specific non-zero // value if the main code never finishes running. function handleProcessExit() { process.exitCode ??= 13; } module.exports = { handleProcessExit, };