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) {
|
||||
i = n;
|
||||
}
|
||||
throw e;
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
i++;
|
||||
|
|
Loading…
Reference in a new issue