We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568377f commit 123910fCopy full SHA for 123910f
lib/internal/process/pre_execution.js
@@ -586,7 +586,7 @@ function initializePermission() {
586
ObjectFreeze(require('path'));
587
process.emitWarning('Permission is an experimental feature',
588
'ExperimentalWarning');
589
- const { has, deny } = require('internal/process/permission');
+ const { has } = require('internal/process/permission');
590
const warnFlags = [
591
'--allow-addons',
592
'--allow-child-process',
@@ -623,7 +623,6 @@ function initializePermission() {
623
configurable: false,
624
value: {
625
has,
626
- deny,
627
},
628
});
629
} else {
0 commit comments