forked from CringeStudios/gamja
Mark FAIL as an error
This commit is contained in:
parent
a44ee8d170
commit
3b0253855e
@ -252,6 +252,8 @@ export function isError(cmd) {
|
||||
case ERR_SASLABORTED:
|
||||
case ERR_SASLALREADY:
|
||||
return true;
|
||||
case "FAIL":
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user