mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: update pm documentation to include resource
PR-URL: https://github.com/nodejs/node/pull/50601 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
This commit is contained in:
committed by
GitHub
parent
5e3217c829
commit
4d6c8a09e0
@@ -498,7 +498,8 @@ Error: Access to this API has been restricted
|
||||
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:76:24)
|
||||
at node:internal/main/run_main_module:23:47 {
|
||||
code: 'ERR_ACCESS_DENIED',
|
||||
permission: 'FileSystemRead'
|
||||
permission: 'FileSystemRead',
|
||||
resource: '/home/user/index.js'
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user