Skip to content

Commit

Permalink
wip: try
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Oct 4, 2024
1 parent 41664be commit 046fe20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/client-reload/__tests__/client-reload.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async function testClientReload(serverOptions: ServerOptions) {
const onRequest = (request: Request) => {
if (!request.isNavigationRequest()) return
request.response().then(async (res) => {
console.log('request', request.url())
console.log('request', request.url(), res.status(), res.statusText())
if (res.ok()) {
console.log('response', res.status(), (await res.body()).toString())
}
Expand Down

0 comments on commit 046fe20

Please sign in to comment.