We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4882cfa commit fac822cCopy full SHA for fac822c
20_node.txt
@@ -180,7 +180,7 @@ an error (any other code).
180
181
(((command line)))(((argv property)))To find the command-line arguments given to
182
your script, you can read `process.argv`, which is an array of
183
-strings. Note that it also includes the name of the `node` commands
+strings. Note that it also includes the name of the `node` command
184
and your script name, so the actual arguments start at index 2. If
185
`showargv.js` simply contains the statement
186
`console.log(process.argv)`, you could run it like this:
0 commit comments