Fix documentation for childProcess.kill(signal)
: signal
can be a number
#27750
Labels
child_process
Issues and PRs related to the child_process subsystem.
doc
Issues and PRs related to the documentations.
good first issue
Issues that are suitable for first-time contributors.
With
childProcess.kill(signal)
,signal
is documented as being astring
.However in the code,
signal
can be either a string or a number.The text was updated successfully, but these errors were encountered: