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) { if (err !== this.fail) {
throw err; throw err;
} }
break;
} }
break;
} }
if (min && (result.length < min)) { if (min && (result.length < min)) {
return this.fail(input); return this.fail(input);