summaryrefslogtreecommitdiff
path: root/tests/testdata/run/unsupported_dynamic_import_scheme.out
blob: c708fced493a418ad3e1921842beece27d7b1914 (plain)
1
2
3
4
5
6
7
error: Uncaught (in promise) TypeError: Unsupported scheme "xxx" for module "xxx:". Supported schemes: [
    "data",
    "blob",
    "file",
    "http",
    "https",
]