summaryrefslogtreecommitdiff
path: root/cli/tests/error_local_static_import_from_remote.js.out
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-05-09 21:09:46 +0200
committerGitHub <noreply@github.com>2020-05-09 21:09:46 +0200
commit1fddcc372196466799789350e7950cef1a38d35e (patch)
treef8e3d43170e2208a9f3f8bf1f12edbb3ed6b1d2e /cli/tests/error_local_static_import_from_remote.js.out
parent670d01d0126d80c0acfd22a76148dcbd831763cb (diff)
refactor(cli): unify display of errors from Rust and JS (#5183)
Diffstat (limited to 'cli/tests/error_local_static_import_from_remote.js.out')
-rw-r--r--cli/tests/error_local_static_import_from_remote.js.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/error_local_static_import_from_remote.js.out b/cli/tests/error_local_static_import_from_remote.js.out
index 99e4b94c7..4e6a9d4e7 100644
--- a/cli/tests/error_local_static_import_from_remote.js.out
+++ b/cli/tests/error_local_static_import_from_remote.js.out
@@ -1,2 +1,2 @@
[WILDCARD]
-Remote module are not allowed to statically import local modules. Use dynamic import instead.
+error: Remote module are not allowed to statically import local modules. Use dynamic import instead.