mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
4 lines
247 B
Text
4 lines
247 B
Text
error: Uncaught (in promise) TypeError: Cannot resolve module "[WILDCARD]/cli/tests/bad-module.ts".
|
|
const badModule = await import("./bad-module.ts");
|
|
^
|
|
at async file://[WILDCARD]/error_005_missing_dynamic_import.ts:3:21
|