Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active January 31, 2025 11:37
Show Gist options
  • Select an option

  • Save wilmoore/72e98b346e4eaef90fa301d6cbf93d33 to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/72e98b346e4eaef90fa301d6cbf93d33 to your computer and use it in GitHub Desktop.
Software Engineering :: Programming :: Languages :: JavaScript :: Runtimes :: Node.js :: Process :: process.exitCode

Software Engineering :: Programming :: Languages :: JavaScript :: Runtimes :: Node.js :: Process :: process.exitCode

⪼ Made with 💜 by Polyglot.

related

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) will override any previous setting of process.exitCode.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment