diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-05-09 21:09:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-09 21:09:46 +0200 |
| commit | 1fddcc372196466799789350e7950cef1a38d35e (patch) | |
| tree | f8e3d43170e2208a9f3f8bf1f12edbb3ed6b1d2e /cli/tests/error_013_missing_script.out | |
| parent | 670d01d0126d80c0acfd22a76148dcbd831763cb (diff) | |
refactor(cli): unify display of errors from Rust and JS (#5183)
Diffstat (limited to 'cli/tests/error_013_missing_script.out')
| -rw-r--r-- | cli/tests/error_013_missing_script.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/error_013_missing_script.out b/cli/tests/error_013_missing_script.out index 9836c361f..35aaec9be 100644 --- a/cli/tests/error_013_missing_script.out +++ b/cli/tests/error_013_missing_script.out @@ -1 +1 @@ -Cannot resolve module "[WILDCARD]missing_file_name" +error: Cannot resolve module "[WILDCARD]missing_file_name" |
