diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-02-02 01:58:53 -0500 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-02 17:33:21 -0500 |
commit | 4b61170e224344a94152ef6f618d6c71834e5cea (patch) | |
tree | d0a58d0a5a47c14be529621bea886d05863fb67b /tests/error_009_missing_js_module.js.out | |
parent | 98d20cd17894e02710a20425ba5ae8be52cfe932 (diff) |
Better error message for bad filename CLI argument.
Diffstat (limited to 'tests/error_009_missing_js_module.js.out')
-rw-r--r-- | tests/error_009_missing_js_module.js.out | 2 |
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 ca41435fa..edb08da1c 100644 --- a/tests/error_009_missing_js_module.js.out +++ b/tests/error_009_missing_js_module.js.out @@ -1 +1 @@ -Uncaught Cannot resolve module "./bad-module.js" from "[WILDCARD]error_009_missing_js_module.js" +Cannot resolve module "./bad-module.js" from "[WILDCARD]error_009_missing_js_module.js" |