Commit 933c58c 1 parent 4007d6c commit 933c58c Copy full SHA for 933c58c
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
@@ -916,7 +918,7 @@ console.log(process.env.test);
916
918
added: v0.7.7
917
919
-->
918
920
919
- * {Object }
921
+ * {Array }
920
922
921
923
The ` process.execArgv ` property returns the set of Node.js-specific command-line
922
924
options passed when the Node.js process was launched. These options do not
@@ -1245,6 +1247,8 @@ debugger, see [Signal Events][].
1245
1247
added: v0.1.17
1246
1248
-->
1247
1249
1250
+ * {Object}
1251
+
1248
1252
The ` process.mainModule ` property provides an alternative way of retrieving
1249
1253
[ ` require.main ` ] [ ] . The difference is that if the main module changes at
1250
1254
runtime, [ ` require.main ` ] [ ] may still refer to the original main module in
@@ -1474,6 +1478,8 @@ changes:
1474
1478
description: The `lts` property is now supported.
1475
1479
-->
1476
1480
1481
+ * {Object}
1482
+
1477
1483
The ` process.release ` property returns an Object containing metadata related to
1478
1484
the current release, including URLs for the source tarball and headers-only
1479
1485
tarball.
You can’t perform that action at this time.
0 commit comments