Skip to content

Commit 866c077

Browse files
committed
Update client-channel.js
1 parent 5fcf061 commit 866c077

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

worker/client-channel.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ function handleFetchRequest(request) {
162162

163163
return new Promise(async (resolve, reject) => {
164164

165+
console.log(request);
166+
165167
// get request path type
166168
const pathType = getPathType(request.url);
167169

0 commit comments

Comments
 (0)