This commit is contained in:
rolux 2012-05-25 11:44:25 +02:00
parent e73b7efc2f
commit f2be6ebcc0

View file

@ -58,7 +58,7 @@
if (error === Ox.BreakError) { if (error === Ox.BreakError) {
i = n; i = n;
} }
throw e; throw error;
} }
} }
i++; i++;