Skip to content

Commit b48e77f

Browse files
committed
Update client-channel.js
1 parent 07d0c7d commit b48e77f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

worker/client-channel.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
// update worker name when updating worker
7-
const WORKER_NAME = 'codeit-worker-v494';
7+
const WORKER_NAME = 'codeit-worker-v495';
88

99

1010
// internal paths
@@ -161,6 +161,8 @@ workerChannel.addEventListener('message', (event) => {
161161
// handle fetch request
162162
function handleFetchRequest(request) {
163163

164+
console.log(request);
165+
164166
return new Promise(async (resolve, reject) => {
165167

166168
// get request path type

0 commit comments

Comments
 (0)