summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/workers
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2021-11-15 23:25:52 +0000
committerGitHub <noreply@github.com>2021-11-16 10:25:52 +1100
commitcd9193f126c229f3457ada1cf9a05897fdebb77d (patch)
tree070342089d3a40300f49ba254afd43994ac2a377 /cli/tests/testdata/workers
parent243d3ba755265dc2cdc5cd0aaffdf9da57d7a931 (diff)
fix(cli): short-circuit in prepare_module_load() (#12604)
Diffstat (limited to 'cli/tests/testdata/workers')
-rw-r--r--cli/tests/testdata/workers/permissions_dynamic_remote.ts.out1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/testdata/workers/permissions_dynamic_remote.ts.out b/cli/tests/testdata/workers/permissions_dynamic_remote.ts.out
index 57a922391..e5015abff 100644
--- a/cli/tests/testdata/workers/permissions_dynamic_remote.ts.out
+++ b/cli/tests/testdata/workers/permissions_dynamic_remote.ts.out
@@ -1,5 +1,4 @@
error: Uncaught (in worker "") (in promise) TypeError: Requires net access to "example.com", run again with the --allow-net flag
- at http://localhost:4545/workers/dynamic_remote.ts:2:14
await import("https://example.com/some/file.ts");
^
at async http://localhost:4545/workers/dynamic_remote.ts:2:1