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_017_hide_long_source_ts.ts.out | |
| parent | 670d01d0126d80c0acfd22a76148dcbd831763cb (diff) | |
refactor(cli): unify display of errors from Rust and JS (#5183)
Diffstat (limited to 'cli/tests/error_017_hide_long_source_ts.ts.out')
| -rw-r--r-- | cli/tests/error_017_hide_long_source_ts.ts.out | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/tests/error_017_hide_long_source_ts.ts.out b/cli/tests/error_017_hide_long_source_ts.ts.out index 6606c8523..6799a94cc 100644 --- a/cli/tests/error_017_hide_long_source_ts.ts.out +++ b/cli/tests/error_017_hide_long_source_ts.ts.out @@ -1,2 +1,3 @@ -[WILDCARD]error TS2532: Object is possibly 'undefined'. +[WILDCARD] +error: TS2532 [ERROR]: Object is possibly 'undefined'. at [WILDCARD]tests/error_017_hide_long_source_ts.ts:2:1 |
