Skip to content

Commit 7c8a0a7

Browse files
committed
debug
1 parent 2137861 commit 7c8a0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/html_rewriter_wrapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class HTMLRewriter {
4545
console.log('flushed:', response.headers.get('x-nf-request-id'), performance.now() - start)
4646
},
4747
async cancel(reason) {
48-
console.log('cancelled for', reason)
48+
console.log('cancelled for', response.headers.get('x-nf-request-id'), reason)
4949
}
5050
});
5151

0 commit comments

Comments
 (0)