mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-31 09:50:35 +09:00
chore: remove onmessage throw error
This commit is contained in:
parent
4eeb21af7d
commit
5004df4741
@ -169,7 +169,6 @@ export class ChatGPTApi implements LLMApi {
|
||||
}
|
||||
} catch (e) {
|
||||
console.error("[Request] parse error", text, msg);
|
||||
throw e;
|
||||
}
|
||||
},
|
||||
onclose() {
|
||||
|
Loading…
Reference in New Issue
Block a user