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
@@ -916,7 +918,7 @@ console.log(process.env.test);
916918added: v0.7.7
917919-->
918920
919- * {Object }
921+ * {Array }
920922
921923The ` process.execArgv ` property returns the set of Node.js-specific command-line
922924options passed when the Node.js process was launched. These options do not
@@ -1245,6 +1247,8 @@ debugger, see [Signal Events][].
12451247added: v0.1.17
12461248-->
12471249
1250+ * {Object}
1251+
12481252The ` process.mainModule ` property provides an alternative way of retrieving
12491253[ ` require.main ` ] [ ] . The difference is that if the main module changes at
12501254runtime, [ ` require.main ` ] [ ] may still refer to the original main module in
@@ -1474,6 +1478,8 @@ changes:
14741478 description: The `lts` property is now supported.
14751479-->
14761480
1481+ * {Object}
1482+
14771483The ` process.release ` property returns an Object containing metadata related to
14781484the current release, including URLs for the source tarball and headers-only
14791485tarball.
You can’t perform that action at this time.
0 commit comments