File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -489,6 +489,8 @@ $ bash -c 'exec -a customArgv0 ./node'
489489added: v7.1.0
490490-->
491491
492+ * {Object}
493+
492494If the Node.js process was spawned with an IPC channel (see the
493495[ Child Process] [ ] documentation), the ` process.channel `
494496property is a reference to the IPC channel. If no IPC channel exists, this
@@ -921,7 +923,7 @@ console.log(process.env.test);
921923added: v0.7.7
922924-->
923925
924- * {Object }
926+ * {Array }
925927
926928The ` process.execArgv ` property returns the set of Node.js-specific command-line
927929options passed when the Node.js process was launched. These options do not
@@ -1250,6 +1252,8 @@ debugger, see [Signal Events][].
12501252added: v0.1.17
12511253-->
12521254
1255+ * {Object}
1256+
12531257The ` process.mainModule ` property provides an alternative way of retrieving
12541258[ ` require.main ` ] [ ] . The difference is that if the main module changes at
12551259runtime, [ ` require.main ` ] [ ] may still refer to the original main module in
@@ -1479,6 +1483,8 @@ changes:
14791483 description: The `lts` property is now supported.
14801484-->
14811485
1486+ * {Object}
1487+
14821488The ` process.release ` property returns an Object containing metadata related to
14831489the current release, including URLs for the source tarball and headers-only
14841490tarball.
You can’t perform that action at this time.
0 commit comments