Document process.crash method
This commit is contained in:
parent
da727a3c1b
commit
dfd1a46956
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@ built-in modules.
|
|||
|
||||
The `process` object has the following method:
|
||||
|
||||
### `process.crash()`
|
||||
|
||||
Causes the main thread of the current process crash.
|
||||
|
||||
### `process.hang()`
|
||||
|
||||
Causes the main thread of the current process hang.
|
||||
|
|
Loading…
Reference in a new issue