We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 621e073 commit 55922d9Copy full SHA for 55922d9
lib/internal/process/pre_execution.js
@@ -571,7 +571,7 @@ function initializePermission() {
571
ObjectFreeze(require('path'));
572
process.emitWarning('Permission is an experimental feature',
573
'ExperimentalWarning');
574
- const { has, deny } = require('internal/process/permission');
+ const { has } = require('internal/process/permission');
575
const warnFlags = [
576
'--allow-addons',
577
'--allow-child-process',
@@ -608,7 +608,6 @@ function initializePermission() {
608
configurable: false,
609
value: {
610
has,
611
- deny,
612
},
613
});
614
} else {
0 commit comments