From 944d9c8b933914b16ca9f390e617066529cc35a7 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Fri, 21 Oct 2022 20:42:51 +0500 Subject: [PATCH] Add content to exiting and exit codes --- .../100-exitting-and-exit-codes.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/107-nodejs/content/106-nodejs-command-line-apps/100-exitting-and-exit-codes.md b/content/roadmaps/107-nodejs/content/106-nodejs-command-line-apps/100-exitting-and-exit-codes.md index 1a24b6055..815202cea 100644 --- a/content/roadmaps/107-nodejs/content/106-nodejs-command-line-apps/100-exitting-and-exit-codes.md +++ b/content/roadmaps/107-nodejs/content/106-nodejs-command-line-apps/100-exitting-and-exit-codes.md @@ -1 +1,7 @@ -# Exitting and exit codes \ No newline at end of file +# Exiting and exit codes + +`Exiting` is a way of terminating a Node.js process by using node.js process module. + +Free Content +Node.js Docs on exit +How to Exit a Process in Node.js