Skip to content

Commit 52968b5

Browse files
committed
chore: change from review
1 parent 5e31ece commit 52968b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/getHandler.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const makeHandler = (conf: NextConfig, app, pageRoot, staticManifest: Array<[str
7373
await requestHandler(req, res)
7474
} catch (error) {
7575
console.error(error)
76-
throw new Error('server function error')
76+
throw new Error('Error handling request. See function logs for details.')
7777
}
7878
})
7979
bridge = new Bridge(server)

0 commit comments

Comments
 (0)