Skip to content

Commit fa241ac

Browse files
committed
Update client-channel.js
1 parent 1ac1c05 commit fa241ac

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

worker/client-channel.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ function handleFetchRequest(request, event) {
196196
|| (getPathType(request.referrer) === 'run')) { // if fetch originated in live view
197197

198198
if (enableDevLogs) {
199-
console.debug('[ServiceWorker] Intercepted live fetch', request.url, request, event);
199+
console.debug('[ServiceWorker] Intercepted live fetch', event);
200+
console.debug('[ServiceWorker] targetClientId:', event.targetClientId);
200201
}
201202

202203

0 commit comments

Comments
 (0)