Loop break placement. Gah.

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

View File

@ -194,7 +194,7 @@ exports.ReParse = class ReParse
result.push @maybe method
catch err
throw err if err isnt @fail
break
break
if min and (result.length < min) then @fail input else result