Skip to content

doc: refactor signal info in child_process.md

  • Since exec calls execFile and execFile internally calls spawn with options.signal, the signal parameter has been documented under exec as well.
  • Refactor the description of signal under all the functions.
  • Add examples of usage of signal under all the functions and add missing requires in the other examples.

Merge request reports

Loading