File tree 1 file changed +7
-1
lines changed 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'
489
489
added: v7.1.0
490
490
-->
491
491
492
+ * {Object}
493
+
492
494
If the Node.js process was spawned with an IPC channel (see the
493
495
[ Child Process] [ ] documentation), the ` process.channel `
494
496
property is a reference to the IPC channel. If no IPC channel exists, this
@@ -921,7 +923,7 @@ console.log(process.env.test);
921
923
added: v0.7.7
922
924
-->
923
925
924
- * {Object }
926
+ * {Array }
925
927
926
928
The ` process.execArgv ` property returns the set of Node.js-specific command-line
927
929
options passed when the Node.js process was launched. These options do not
@@ -1250,6 +1252,8 @@ debugger, see [Signal Events][].
1250
1252
added: v0.1.17
1251
1253
-->
1252
1254
1255
+ * {Object}
1256
+
1253
1257
The ` process.mainModule ` property provides an alternative way of retrieving
1254
1258
[ ` require.main ` ] [ ] . The difference is that if the main module changes at
1255
1259
runtime, [ ` require.main ` ] [ ] may still refer to the original main module in
@@ -1479,6 +1483,8 @@ changes:
1479
1483
description: The `lts` property is now supported.
1480
1484
-->
1481
1485
1486
+ * {Object}
1487
+
1482
1488
The ` process.release ` property returns an Object containing metadata related to
1483
1489
the current release, including URLs for the source tarball and headers-only
1484
1490
tarball.
You can’t perform that action at this time.
0 commit comments