fix: update nodejs exit topic links

pull/8138/head
Vedansh 1 month ago committed by GitHub
parent 698dbbd7d8
commit 8d78c17c77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      src/data/roadmaps/nodejs/content/exitting--exit-codes@XteNExIZN3_g95_dPCopY.md

@ -1,8 +1,8 @@
# Exiting and exit codes
`Exiting` is a way of terminating a Node.js process by using node.js process module.
Exiting is a way of terminating a Node.js process by using node.js process module.
Visit the following resources to learn more:
- [@official@Node.js Docs on exit](https://nodejs.org/docs/latest/api/process.html)
- [@article@How to Exit a Process in Node.js](https://www.knowledgehut.com/blog/web-development/node-js-process-exit)
- [@official@Exit Documentation](https://nodejs.org/api/process.html#event-exit)
- [@article@How to Exit a Process in Node.js](https://betterstack.com/community/questions/how-to-exit-in-node-js/)

Loading…
Cancel
Save