Update process.md
translation error, change "实效" to “失效".
This commit is contained in:
parent
c3ac92b500
commit
cb2343c69e
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ process.once('loaded', function() {
|
||||||
|
|
||||||
### `process.noAsar`
|
### `process.noAsar`
|
||||||
|
|
||||||
设置它为 `true` 可以使 `asar` 文件在node的内置模块中实效.
|
设置它为 `true` 可以使 `asar` 文件在node的内置模块中失效.
|
||||||
|
|
||||||
## 方法
|
## 方法
|
||||||
|
|
||||||
|
@ -45,4 +45,4 @@ process.once('loaded', function() {
|
||||||
|
|
||||||
* `maxDescriptors` Integer
|
* `maxDescriptors` Integer
|
||||||
|
|
||||||
设置文件描述符软限制于 `maxDescriptors` 或硬限制与os, 无论它是否低于当前进程.
|
设置文件描述符软限制于 `maxDescriptors` 或硬限制与os, 无论它是否低于当前进程.
|
||||||
|
|
Loading…
Reference in a new issue