Skip to content

Commit 317b150

Browse files
Bilal2453squeek502
authored andcommitted
docs: make uv.kill's signum optional
1 parent 0e301f7 commit 317b150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@ on `uv_signal_t` for signal support, specially on Windows.
12901290

12911291
**Parameters:**
12921292
- `pid`: `integer`
1293-
- `signum`: `integer` or `string`
1293+
- `signum`: `integer` or `string` or `nil` (default: `sigterm`)
12941294

12951295
Sends the specified signal to the given PID. Check the documentation on
12961296
`uv_signal_t` for signal support, specially on Windows.

0 commit comments

Comments
 (0)