Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Aug 8, 2024
1 parent ad64f7d commit f132ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/preact/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function check(
// but components would be <undefined></undefined>
// It also might render an empty sting.
return html == '' ? false : !html.includes('<undefined>');
} catch (err) {
} catch {
return false;
} finally {
finishUsingConsoleFilter();
Expand Down

0 comments on commit f132ffd

Please sign in to comment.