8000 doc: correct parameter type on 'subprocess.kill([signal])' · nodejs/node@d1da117 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit d1da117

Browse files
himself65BridgeAR
authored andcommitted
doc: correct parameter type on 'subprocess.kill([signal])'
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>
1 parent 80f3074 commit d1da117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/child_process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ within the child process to close the IPC channel as well.
10221022
added: v0.1.90
10231023
-->
10241024

1025-
* `signal` {string}
1025+
* `signal` {number|string}
10261026

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

0 commit comments

Comments
 (0)
0