mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-13 07:48:37 +01:00
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