File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1058,6 +1058,7 @@ following permissions are restricted:
1058
1058
* Child Process - manageable through [ ` --allow-child-process ` ] [ ] flag
1059
1059
* Worker Threads - manageable through [ ` --allow-worker ` ] [ ] flag
1060
1060
* WASI - manageable through [ ` --allow-wasi ` ] [ ] flag
1061
+ * Addons - manageable through [ ` --allow-addons ` ] [ ] flag
1061
1062
1062
1063
### ` --experimental-require-module `
1063
1064
@@ -3596,6 +3597,7 @@ node --stack-trace-limit=12 -p -e "Error.stackTraceLimit" # prints 12
3596
3597
[ V8 Inspector integration for Node.js ] : debugger.md#v8-inspector-integration-for-nodejs
3597
3598
[ V8 JavaScript code coverage ] : https://v8project.blogspot.com/2017/12/javascript-code-coverage.html
3598
3599
[ `"type"` ] : packages.md#type
3600
+ [ `--allow-addons` ] : #--allow-addons
3599
3601
[ `--allow-child-process` ] : #--allow-child-process
3600
3602
[ `--allow-fs-read` ] : #--allow-fs-read
3601
3603
[ `--allow-fs-write` ] : #--allow-fs-write
You can’t perform that action at this time.
0 commit comments