Skip to content

Commit

Permalink
ci: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberboyanmol committed Aug 26, 2024
1 parent bb82a5d commit 88945c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export class App {
private initializeErrorHandler() {
this.app.onError((err, c) => {
const error = err as HTTPException
console.log(error)
return c.json({ success: false, message: error.message }, error.status || 500)
})
}
Expand Down

0 comments on commit 88945c7

Please sign in to comment.