Adding library, too.
This commit is contained in:
parent
ee8f0bdeb4
commit
6c58f8b8a3
|
@ -244,9 +244,9 @@
|
|||
if (err !== this.fail) {
|
||||
throw err;
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (min && (result.length < min)) {
|
||||
return this.fail(input);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue