docs: process.noAsar

This commit is contained in:
Cheng Zhao 2015-12-01 13:43:52 +08:00
parent 900dc78a47
commit 165b464a15
2 changed files with 16 additions and 1 deletions

View file

@ -31,11 +31,18 @@ process.once('loaded', function() {
});
```
## Properties
### `process.noAsar`
Setting this to `true` can disable the support for `asar` archives in Node's
built-in modules.
## Methods
The `process` object has the following method:
### `process.hang`
### `process.hang()`
Causes the main thread of the current process hang.