We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7be51 commit 4cbe44eCopy full SHA for 4cbe44e
doc/api/permissions.md
@@ -498,7 +498,8 @@ Error: Access to this API has been restricted
498
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:76:24)
499
at node:internal/main/run_main_module:23:47 {
500
code: 'ERR_ACCESS_DENIED',
501
- permission: 'FileSystemRead'
+ permission: 'FileSystemRead',
502
+ resource: '/home/user/index.js'
503
}
504
```
505
0 commit comments