| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -571,7 +571,7 @@ function initializePermission() { | |||
| 571 | 571 | ObjectFreeze(require('path')); | |
| 572 | 572 | process.emitWarning('Permission is an experimental feature', | |
| 573 | 573 | 'ExperimentalWarning'); | |
| 574 | - const { has, deny } = require('internal/process/permission'); | ||
| 574 | + const { has } = require('internal/process/permission'); | ||
| 575 | 575 | const warnFlags = [ | |
| 576 | 576 | '--allow-addons', | |
| 577 | 577 | '--allow-child-process', | |
@@ -608,7 +608,6 @@ function initializePermission() { | |||
| 608 | 608 | configurable: false, | |
| 609 | 609 | value: { | |
| 610 | 610 | has, | |
| 611 | - deny, | ||
| 612 | 611 | }, | |
| 613 | 612 | }); | |
| 614 | 613 | } else { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments