Lite: Add a break statement (#5919)

* Add a break statement

* add changeset

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
Yuichiro Tachibana (Tsuchiya) 2023-10-16 12:36:53 +09:00 committed by GitHub
parent e24163e15a
commit 1724918f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"@gradio/wasm": patch
---
fix:Lite: Add a break statement

View File

@ -311,6 +311,7 @@ self.onmessage = async (event: MessageEvent<InMessage>): Promise<void> => {
};
messagePort.postMessage(replyMessage);
});
break;
}
}
} catch (error) {