mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 19:25:26 -05:00
Mark FAIL as an error
This commit is contained in:
parent
a44ee8d170
commit
3b0253855e
1 changed files with 2 additions and 0 deletions
|
@ -252,6 +252,8 @@ export function isError(cmd) {
|
||||||
case ERR_SASLABORTED:
|
case ERR_SASLABORTED:
|
||||||
case ERR_SASLALREADY:
|
case ERR_SASLALREADY:
|
||||||
return true;
|
return true;
|
||||||
|
case "FAIL":
|
||||||
|
return true;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue