mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
6 lines
371 B
Text
6 lines
371 B
Text
error: Uncaught (in worker "") (in promise) TypeError: Requires net access to "example.com", run again with the --allow-net flag
|
|
await import("https://example.com/some/file.ts");
|
|
^
|
|
at async http://localhost:4545/workers/dynamic_remote.ts:2:1
|
|
[WILDCARD]error: Uncaught (in promise) Error: Unhandled error event in child worker.
|
|
at Worker.#pollControl ([WILDCARD])
|