Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hyf0 committed Jan 3, 2023
1 parent a40a3a1 commit 37c53fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/swc_ecma_minifier/tests/fixture/issues/6730/output.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ function n(n, e, t, r, o, u, i) {
try {
var a = n[u](i);
var c = a.value;
} catch (s) {
t(s);
} catch (n) {
t(n);
return;
}
if (a.done) e(c);
Expand Down

0 comments on commit 37c53fb

Please sign in to comment.