Skip to content

Commit

Permalink
fix: correct error line number
Browse files Browse the repository at this point in the history
  • Loading branch information
devgony committed Jun 6, 2023
1 parent 5759dc2 commit 0da1d65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
},
{
"filename": "tests/cases/conformance/types/tuple/arityAndOrderCompatibility01.ts",
"line": 40,
"line": 39,
"column": 5,
"code": "TS2740"
}
Expand Down
4 changes: 2 additions & 2 deletions crates/stc_ts_type_checker/tests/tsc-stats.rust-debug
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Stats {
required_error: 888,
matched_error: 1749,
extra_error: 289,
matched_error: 1756,
extra_error: 291,
panic: 20,
}

0 comments on commit 0da1d65

Please sign in to comment.