Skip to content

Commit

Permalink
docs: make process_kill signum arg optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal2453 authored and zhaozg committed Aug 21, 2023
1 parent 9e3c232 commit 8ca04df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ When the child process exits, `on_exit` is called with an exit code and signal.
**Parameters:**
- `process`: `uv_process_t userdata`
- `signum`: `integer` or `string`
- `signum`: `integer` or `string` or `nil` (default: `sigterm`)

Sends the specified signal to the given process handle. Check the documentation
on `uv_signal_t` for signal support, specially on Windows.
Expand Down

0 comments on commit 8ca04df

Please sign in to comment.