fix: fix missing function in qteFailure
This commit is contained in:
parent
d5dec73e7e
commit
10fbc7be6f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ function Conditions.qteSuccess(cond, predicate, asker)
|
|||
end
|
||||
|
||||
function Conditions.qteFailure(cond, predicate, asker)
|
||||
return (Conditions.isQteSuccess(cond, predicate, asker) == false)
|
||||
return (Conditions.qteSuccess(cond, predicate, asker) == false)
|
||||
end
|
||||
|
||||
function Conditions.none(cond, predicate, asker)
|
||||
|
|
Loading…
Reference in a new issue