Merge pull request #5252 from miniak/doc-fix

Documentation fixes
This commit is contained in:
Cheng Zhao 2016-04-24 13:37:45 +09:00
commit 2f06a2af81
2 changed files with 6 additions and 2 deletions

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.