| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -586,7 +586,7 @@ function initializePermission() { | |||
| 586 | 586 | ObjectFreeze(require('path')); | |
| 587 | 587 | process.emitWarning('Permission is an experimental feature', | |
| 588 | 588 | 'ExperimentalWarning'); | |
| 589 | - const { has, deny } = require('internal/process/permission'); | ||
| 589 | + const { has } = require('internal/process/permission'); | ||
| 590 | 590 | const warnFlags = [ | |
| 591 | 591 | '--allow-addons', | |
| 592 | 592 | '--allow-child-process', | |
@@ -623,7 +623,6 @@ function initializePermission() { | |||
| 623 | 623 | configurable: false, | |
| 624 | 624 | value: { | |
| 625 | 625 | has, | |
| 626 | - deny, | ||
| 627 | 626 | }, | |
| 628 | 627 | }); | |
| 629 | 628 | } else { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments