| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,8 @@ | |||
| 2 | 2 | const common = require('../common'); | |
| 3 | 3 | if (process.platform !== 'darwin') | |
| 4 | 4 | common.skip('App Sandbox is only available on Darwin'); | |
| 5 | + if (process.config.variables.node_builtin_modules_path) | ||
| 6 | + common.skip('App Sandbox cannot load modules from outside the sandbox'); | ||
| 5 | 7 | ||
| 6 | 8 | const fixtures = require('../common/fixtures'); | |
| 7 | 9 | const tmpdir = require('../common/tmpdir'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments