From a7baf5f2bbb50dc0cb571de141b800b9155faca7 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Mon, 11 Oct 2021 08:26:22 +1100 Subject: refactor: integrate deno_graph into CLI (#12369) --- cli/tests/testdata/dynamic_import/permissions_remote_remote.ts.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/testdata/dynamic_import/permissions_remote_remote.ts.out') diff --git a/cli/tests/testdata/dynamic_import/permissions_remote_remote.ts.out b/cli/tests/testdata/dynamic_import/permissions_remote_remote.ts.out index cd7f58bb9..bd88dd4d9 100644 --- a/cli/tests/testdata/dynamic_import/permissions_remote_remote.ts.out +++ b/cli/tests/testdata/dynamic_import/permissions_remote_remote.ts.out @@ -1,5 +1,5 @@ error: Uncaught (in promise) TypeError: Requires net access to "example.com", run again with the --allow-net flag - at http://localhost:4545/dynamic_import/static_remote.ts:2:0 + at http://localhost:4545/dynamic_import/static_remote.ts:2:8 await import( ^ at async file:///[WILDCARD]/dynamic_import/permissions_remote_remote.ts:1:1 -- cgit v1.2.3