forked from FoundKeyGang/FoundKey
いい感じに
This commit is contained in:
parent
85f43b49cf
commit
a26de4fda5
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class ValidatorCore implements Validator {
|
|||
return [this.value, this.error];
|
||||
}
|
||||
|
||||
validate(validator: any) {
|
||||
validate(validator: CustomValidator<any>) {
|
||||
if (this.error || this.value === null) return this;
|
||||
const result = validator(this.value);
|
||||
if (result === false) {
|
||||
|
|
Loading…
Reference in a new issue