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.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/cli/global_state.rs b/cli/global_state.rs
index 8e5808c90..a26fc453e 100644
--- a/cli/global_state.rs
+++ b/cli/global_state.rs
@@ -174,10 +174,7 @@ impl GlobalState {
if should_compile {
if self.flags.no_check {
- self
- .ts_compiler
- .transpile(self.clone(), permissions, module_graph)
- .await?;
+ self.ts_compiler.transpile(module_graph).await?;
} else {
self
.ts_compiler