Closed
Description
With childProcess.kill(signal)
, signal
is documented as being a string
.
However in the code, signal
can be either a string or a number.
With childProcess.kill(signal)
, signal
is documented as being a string
.
However in the code, signal
can be either a string or a number.