Skip to content

Commit

Permalink
doc: correct parameter type on 'subprocess.kill([signal])'
Browse files Browse the repository at this point in the history
PR-URL: #27760
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
himself65 authored and BridgeAR committed May 21, 2019
1 parent 80f3074 commit d1da117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/child_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ within the child process to close the IPC channel as well.
added: v0.1.90
-->

* `signal` {string}
* `signal` {number|string}

The `subprocess.kill()` method sends a signal to the child process. If no
argument is given, the process will be sent the `'SIGTERM'` signal. See
Expand Down

0 comments on commit d1da117

Please sign in to comment.