Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 319 Bytes

process_exitcode.md

File metadata and controls

14 lines (9 loc) · 319 Bytes
  • {integer}

A number which will be the process exit code, when the process either exits gracefully, or is exited via [process.exit()][] without specifying a code.

Specifying a code to [process.exit(code)][process.exit()] will override any previous setting of process.exitCode.