1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-15 16:43:44 -05:00
denoland-deno/cli/tests/unsupported_dynamic_import_scheme.out
Kitson Kelly 7e2c7fb6c5
refactor(cli): migrate run and cache to new infrastructure (#7996)
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
2020-10-23 11:50:15 +11:00

5 lines
111 B
Text

error: Unsupported scheme "xxx" for module "xxx:". Supported schemes: [
"http",
"https",
"file",
]