Skip to content

doc: add missing argv0 option for child_process.spawnSync

Rodrigo Muino Tomonari requested to merge github/fork/thw0rted/master into master

The child_process docs include argv0 as an option for spawn but not spawnSync. This is a documentation oversight, because the actual functions share the same options parsing logic.

Checklist

Merge request reports

Loading