diff options
Diffstat (limited to 'cli/worker.rs')
-rw-r--r-- | cli/worker.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/worker.rs b/cli/worker.rs index 000216102..4cf4fe862 100644 --- a/cli/worker.rs +++ b/cli/worker.rs @@ -457,7 +457,6 @@ async fn create_main_worker_internal( &pkg_nv, package_ref.sub_path.as_deref(), &ps.npm_resolver, - &mut PermissionsContainer::allow_all(), )?; let is_main_cjs = matches!(node_resolution, node::NodeResolution::CommonJs(_)); |