chore: update roadmap content json (#8140)

Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
chore/update-content-json
github-actions[bot] 1 day ago committed by GitHub
parent 60e5e38a55
commit ec8a0917c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      public/roadmap-content/nodejs.json

@ -1023,16 +1023,16 @@
},
"XteNExIZN3_g95_dPCopY": {
"title": "Exitting / Exit Codes",
"description": "`Exiting` is a way of terminating a Node.js process by using node.js process module.\n\nVisit the following resources to learn more:",
"description": "Exiting is a way of terminating a Node.js process by using node.js process module.\n\nVisit the following resources to learn more:",
"links": [
{
"title": "Node.js Docs on exit",
"url": "https://nodejs.org/docs/latest/api/process.html",
"title": "Exit Documentation",
"url": "https://nodejs.org/api/process.html#event-exit",
"type": "article"
},
{
"title": "How to Exit a Process in Node.js",
"url": "https://www.knowledgehut.com/blog/web-development/node-js-process-exit",
"url": "https://betterstack.com/community/questions/how-to-exit-in-node-js/",
"type": "article"
}
]

Loading…
Cancel
Save