We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208df39 commit 1a03a03Copy full SHA for 1a03a03
lib/internal/process/pre_execution.js
@@ -540,7 +540,7 @@ function initializePermission() {
540
ObjectFreeze(require('path'));
541
process.emitWarning('Permission is an experimental feature',
542
'ExperimentalWarning');
543
- const { has, deny } = require('internal/process/permission');
+ const { has } = require('internal/process/permission');
544
const warnFlags = [
545
'--allow-addons',
546
'--allow-child-process',
@@ -577,7 +577,6 @@ function initializePermission() {
577
configurable: false,
578
value: {
579
has,
580
- deny,
581
},
582
});
583
} else {
0 commit comments