typo
This commit is contained in:
parent
e73b7efc2f
commit
f2be6ebcc0
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@
|
||||||
if (error === Ox.BreakError) {
|
if (error === Ox.BreakError) {
|
||||||
i = n;
|
i = n;
|
||||||
}
|
}
|
||||||
throw e;
|
throw error;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
i++;
|
i++;
|
||||||
|
|
Loading…
Reference in a new issue