mirror of
https://github.com/denoland/deno.git
synced 2024-11-14 16:33:45 -05:00
5 lines
217 B
Text
5 lines
217 B
Text
|
error: Uncaught (in promise) TypeError: invalid URL: relative URL with a cannot-be-a-base base
|
||
|
const a = await import(url);
|
||
|
^
|
||
|
at async file://[WILDCARD]/cli/tests/import_blob_url_import_relative.ts:6:11
|