node icon indicating copy to clipboard operation
node copied to clipboard

child_process: improve docs and validate strings in exec and spawn

Open puskin94 opened this issue 2 months ago • 1 comments

I went through the exec, execFile, spawn, execSync, execFileSync and spawnSync functions in child_process and:

  • edited the comments describing their signatures to reflect the actual parameter names
  • edited all the functions to properly validate their string parameters

puskin94 avatar Dec 05 '24 16:12 puskin94