Skip to content

Commit

Permalink
QA fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Nov 25, 2024
1 parent 8e2baf3 commit 4b3619a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ const testPassive = (): boolean => {
);

passive = true;
} catch (_e: any) {
// do nothing
} catch (e: any) {
console.log(e);
}

return passive;
Expand Down

0 comments on commit 4b3619a

Please sign in to comment.