Skip to content

Instantly share code, notes, and snippets.

@regexyl
Last active March 31, 2022 10:13
Show Gist options
  • Select an option

  • Save regexyl/06e435bceaf914567114f16bc66b0616 to your computer and use it in GitHub Desktop.

Select an option

Save regexyl/06e435bceaf914567114f16bc66b0616 to your computer and use it in GitHub Desktop.
TIL snippets in point form. This is the very first TIL note! Planning to do 1 TIL.md per month.

TIL - March 2022

28 Mar 2022

  • Using process.exit([number]) is not recommended practice due to the possibility of abrupt exits on executed async fucntions. Use process.exitCode([number]) instead. (ref)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment