summaryrefslogtreecommitdiff
path: root/tests/error_009_missing_js_module.js.out
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-01-30 17:21:31 -0500
committerGitHub <noreply@github.com>2019-01-30 17:21:31 -0500
commit00597ffde1ebb05a6c60ea7e09e6578c11f92820 (patch)
tree849b6b22c07ed38a4b424c363c06435ea2de4fa9 /tests/error_009_missing_js_module.js.out
parent7d278a0383ce634f4fa3dd792e9b202582a6fde1 (diff)
Refactor libdeno ES module interface. (#1624)
Allows for future asynchronous module loading. Add support for import.meta.url Fixes #1496
Diffstat (limited to 'tests/error_009_missing_js_module.js.out')
-rw-r--r--tests/error_009_missing_js_module.js.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/error_009_missing_js_module.js.out b/tests/error_009_missing_js_module.js.out
index e0d8cce2e..ca41435fa 100644
--- a/tests/error_009_missing_js_module.js.out
+++ b/tests/error_009_missing_js_module.js.out
@@ -1 +1 @@
-Uncaught NotFound: Cannot resolve module "./bad-module.js" from "[WILDCARD]/tests/error_009_missing_js_module.js"
+Uncaught Cannot resolve module "./bad-module.js" from "[WILDCARD]error_009_missing_js_module.js"