summaryrefslogtreecommitdiff
path: root/cli/global_state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/global_state.rs')
-rw-r--r--cli/global_state.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/global_state.rs b/cli/global_state.rs
index a4b467edd..590f97a76 100644
--- a/cli/global_state.rs
+++ b/cli/global_state.rs
@@ -216,7 +216,7 @@ impl GlobalState {
if should_compile {
self
.ts_compiler
- .compile(self, &out, target_lib, permissions, &module_graph, allow_js)
+ .compile(self, &out, target_lib, &module_graph, allow_js)
.await?;
}
}