Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/_error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
// could go wrong, but that's a story for another try/catch.
// Basically, this catch it just to avoid other errors that
// might prevent the pretty error page to render at all.
console.warn('Failed to send error to FailBot.', error)
console.warn('Failed to send error to FailBot.', error);

Check failure on line 96 in src/pages/_error.tsx

View workflow job for this annotation

GitHub Actions / lint-code

Delete `;`
}
}
}
Expand Down
Loading