Final manual change

This commit is contained in:
Keith Stevens
2023-01-28 21:13:58 +09:00
parent 656d44529b
commit 46d20aff40
+1 -1
View File
@@ -145,7 +145,7 @@ async function handleRequest(event, requestId) {
// Ensure MSW is active and ready to handle the message, otherwise
// this message will pend indefinitely.
if (client && activeClientIds.has(client.id)) {
(async function () {
;(async function () {
const clonedResponse = response.clone()
sendToClient(client, {
type: 'RESPONSE',