- Using
process.exit([number])is not recommended practice due to the possibility of abrupt exits on executed async fucntions. Useprocess.exitCode([number])instead. (ref)
Last active
March 31, 2022 10:13
-
-
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment