You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* arguments passed when the Node.js process was launched. The first element will
730
730
* be {@link execPath}. See `process.argv0` if access to the original value
731
731
* of `argv[0]` is needed. The second element will be the path to the JavaScript
732
-
* file being executed. The remaining elements will be any additional command-line
732
+
* file being executed. If a [program entry point](https://nodejs.org/docs/latest-v25.x/api/cli.html#program-entry-point) was provided, the second element
733
+
* will be the absolute path to it. The remaining elements are additional command-line
733
734
* arguments.
734
735
*
735
736
* For example, assuming the following script for `process-args.js`:
0 commit comments