| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| /** | ||
| * Spawns a new Node.js insatnce | ||
| * using the execPath of the parent process | ||
| * @param {string} modulePath |
There was a problem hiding this comment.
It seems this is lacking a definition for the optional parameters (args and options).
Sorry, something went wrong.
| /** | ||
| * Spawns the new specified excutable file | ||
| * as a new process | ||
| * @param {string} file |
There was a problem hiding this comment.
Ditto here (args, options, and callback).
Sorry, something went wrong.
|
Just made another commit should fix the mistakes I made. Thank you for reviewing it. |
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Added a few JSDoc typings for the child_process lib module.