Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion committed Nov 16, 2024
1 parent 62dcb40 commit da0d8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html_rewriter_wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class HTMLRewriter {
flush() {
rewriter.end();
rewriter.free();
console.log('flushed:', performance.now() - start)
console.log('flushed:', response.headers.get('x-nf-request-id'), performance.now() - start)
},
});

Expand Down

0 comments on commit da0d8f4

Please sign in to comment.