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 @@ -499,6 +499,8 @@ $ bash -c 'exec -a customArgv0 ./node'
499
499
added: v7.1.0
500
500
-->
501
501
502
+ * {Object}
503
+
502
504
If the Node.js process was spawned with an IPC channel (see the
503
505
[ Child Process] [ ] documentation), the ` process.channel `
504
506
property is a reference to the IPC channel. If no IPC channel exists, this
@@ -884,7 +886,7 @@ console.log(process.env.test);
884
886
added: v0.7.7
885
887
-->
886
888
887
- * {Object }
889
+ * {Array }
888
890
889
891
The ` process.execArgv ` property returns the set of Node.js-specific command-line
890
892
options passed when the Node.js process was launched. These options do not
@@ -1210,6 +1212,8 @@ the debugger, see [Signal Events][].
1210
1212
added: v0.1.17
1211
1213
-->
1212
1214
1215
+ * {Object}
1216
+
1213
1217
The ` process.mainModule ` property provides an alternative way of retrieving
1214
1218
[ ` require.main ` ] [ ] . The difference is that if the main module changes at
1215
1219
runtime, [ ` require.main ` ] [ ] may still refer to the original main module in
@@ -1439,6 +1443,8 @@ changes:
1439
1443
description: The `lts` property is now supported.
1440
1444
-->
1441
1445
1446
+ * {Object}
1447
+
1442
1448
The ` process.release ` property returns an Object containing metadata related to
1443
1449
the current release, including URLs for the source tarball and headers-only
1444
1450
tarball.
You can’t perform that action at this time.
0 commit comments