process: add hang method
This commit is contained in:
parent
ad59393641
commit
8e05fe3350
2 changed files with 10 additions and 0 deletions
|
@ -7,3 +7,7 @@ upstream node:
|
|||
* `process.versions['electron']` String - Version of Electron.
|
||||
* `process.versions['chrome']` String - Version of Chromium.
|
||||
* `process.resourcesPath` String - Path to JavaScript source code.
|
||||
|
||||
## process.hang
|
||||
|
||||
Causes the main thread of the current process hang.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue