mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
4 lines
263 B
Text
4 lines
263 B
Text
error: Uncaught (in promise) TypeError: Requires net access to "localhost:4545", run again with the --allow-net flag
|
|
await import("http://localhost:4545/cli/tests/subdir/mod4.js");
|
|
^
|
|
at async file:///[WILDCARD]/error_015_dynamic_import_permissions.js:2:3
|