mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-14 04:13:52 +02:00
Limit error noty
This commit is contained in:
@@ -511,6 +511,7 @@ speechSynthesis.getVoices();
|
||||
|
||||
// FIXME : extra를 없애줘
|
||||
API.$throw = function (code, error, extra) {
|
||||
Noty.closeAll();
|
||||
var text = [];
|
||||
if (code > 0) {
|
||||
var status = this.statusCodes[code];
|
||||
|
||||
Reference in New Issue
Block a user