Adding library, too.

This commit is contained in:
Elf M. Sternberg 2012-05-04 13:48:34 -07:00
parent ee8f0bdeb4
commit 6c58f8b8a3
1 changed files with 1 additions and 1 deletions

View File

@ -244,8 +244,8 @@
if (err !== this.fail) {
throw err;
}
break;
}
break;
}
if (min && (result.length < min)) {
return this.fail(input);