1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-27 11:09:53 +02:00

Add content to exiting and exit codes

This commit is contained in:
Kamran Ahmed
2022-10-21 20:42:51 +05:00
committed by GitHub
parent 9262576f50
commit 944d9c8b93

View File

@@ -1 +1,7 @@
# Exitting and exit codes
# Exiting and exit codes
`Exiting` is a way of terminating a Node.js process by using node.js process module.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Read' href='https://nodejs.org/docs/latest/api/process.html'>Node.js Docs on exit</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.knowledgehut.com/blog/web-development/node-js-process-exit'>How to Exit a Process in Node.js</BadgeLink>