diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-08-23 13:57:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-23 13:57:09 +0200 |
| commit | c1558beffbb5f7941059be2e4e91ba2d1454adaa (patch) | |
| tree | 4ce7f64d796d7ae726ba762c4c4ffbb6ed34f401 /cli/tests/lint/expected_json.out | |
| parent | fe59a423a6237b66ae048f2c130cbb8d968ad647 (diff) | |
upgrade: swc, dprint, deno_lint, deno_doc (#7162)
Diffstat (limited to 'cli/tests/lint/expected_json.out')
| -rw-r--r-- | cli/tests/lint/expected_json.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/lint/expected_json.out b/cli/tests/lint/expected_json.out index b4ce63395..8d2e83bb7 100644 --- a/cli/tests/lint/expected_json.out +++ b/cli/tests/lint/expected_json.out @@ -37,7 +37,7 @@ "errors": [ { "file_path": "[WILDCARD]malformed.js", - "message": "Expected RBrace, got None at [WILDCARD]malformed.js:4:15" + "message": "Expected }, got <eof> at [WILDCARD]malformed.js:4:15" } ] } |
