Skip to content

Commit

Permalink
chore: add help logs
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPattell committed Feb 29, 2024
1 parent 2157ef7 commit 118f568
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/not-found/index.tsx
Expand Up @@ -44,6 +44,8 @@ const NotFound: FCRoute = () => {
);
}

console.error('Error boundary:', error);

return (
<>
<div>Something went wrong.</div>
Expand Down

0 comments on commit 118f568

Please sign in to comment.