Skip to content

Commit

Permalink
chore: update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jul 27, 2024
1 parent a17a870 commit 757be4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/keyword-try/fixture/try-catch.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ try {

try {
hello();
} catch (error) {} finally {}
} catch(error) {} finally {}

try {
hello();
} catch ({message}) {}
} catch({message}) {}

0 comments on commit 757be4e

Please sign in to comment.