summaryrefslogtreecommitdiff
path: root/cli/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/main.rs')
-rw-r--r--cli/main.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/cli/main.rs b/cli/main.rs
index d1fda4727..b845a4f49 100644
--- a/cli/main.rs
+++ b/cli/main.rs
@@ -1,6 +1,5 @@
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
-mod ast;
mod auth_tokens;
mod cache;
mod checksum;
@@ -475,6 +474,7 @@ async fn info_command(
maybe_resolver,
maybe_locker,
None,
+ None,
)
.await;
@@ -654,6 +654,7 @@ async fn create_graph_and_maybe_check(
maybe_resolver,
maybe_locker,
None,
+ None,
)
.await,
);
@@ -999,6 +1000,7 @@ async fn run_with_watch(flags: Flags, script: String) -> Result<i32, AnyError> {
maybe_resolver,
maybe_locker,
None,
+ None,
)
.await;
let check_js = ps