Document process.crash method

This commit is contained in:
Milan Burda 2016-04-22 23:58:41 +02:00
parent da727a3c1b
commit dfd1a46956

View file

@ -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.