Limit error noty

This commit is contained in:
Natsumi
2021-04-06 06:11:57 +12:00
parent cbe8f38f15
commit ae43ef49f4

View File

@@ -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];