mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
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:
parent
e24163e15a
commit
1724918f06
5
.changeset/all-crabs-doubt.md
Normal file
5
.changeset/all-crabs-doubt.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@gradio/wasm": patch
|
||||
---
|
||||
|
||||
fix:Lite: Add a break statement
|
@ -311,6 +311,7 @@ self.onmessage = async (event: MessageEvent<InMessage>): Promise<void> => {
|
||||
};
|
||||
messagePort.postMessage(replyMessage);
|
||||
});
|
||||
break;
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
|
Loading…
Reference in New Issue
Block a user