From 8547a37132752cf6a979237c5a52a7bf16a4e833 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Thu, 23 Dec 2021 00:25:06 +1100 Subject: chore: update deno_graph and deno_doc (#13173) --- cli/ops/runtime_compiler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/ops') diff --git a/cli/ops/runtime_compiler.rs b/cli/ops/runtime_compiler.rs index fb5b07878..46aaafd09 100644 --- a/cli/ops/runtime_compiler.rs +++ b/cli/ops/runtime_compiler.rs @@ -221,7 +221,7 @@ async fn op_emit( // There are certain graph errors that we want to return as an error of an op, // versus something that gets returned as a diagnostic of the op, this is // handled here. - if let Err(err) = graph_valid(&graph, check) { + if let Err(err) = graph_valid(&graph, check, true) { if get_error_class_name(&err) == "PermissionDenied" { return Err(err); } -- cgit v1.2.3