Skip to content

Commit ca0b9e4

Browse files
authored
Merge pull request #378 from connorabbas/develop
refactor: better error handling
2 parents e789c89 + 54f2772 commit ca0b9e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bootstrap/app.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
&& app()->hasDebugModeEnabled()
5353
&& get_class($exception) !== ErrorToastException::class
5454
) {
55-
// Show Inertia response modal for debugging
5655
return $response;
5756
} elseif (!$request->inertia()) {
5857
// Show error page component for standard visits

0 commit comments

Comments
 (0)