Skip to content

Commit 993febe

Browse files
committed
chore: remove debugger
1 parent 7ef8850 commit 993febe

File tree

1 file changed

+0
-1
lines changed
  • test/production/app-dir/unexpected-error/app/isr-unexpected-error

1 file changed

+0
-1
lines changed

test/production/app-dir/unexpected-error/app/isr-unexpected-error/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export default function UnexpectedErrorPage({
77
}) {
88
// use query param to only throw error during runtime, not build time
99
if (searchParams.error) {
10-
debugger
1110
throw new Error('Oh no')
1211
}
1312
return (

0 commit comments

Comments
 (0)