aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lundump.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lundump.js b/src/lundump.js
index d288d9c..807d8be 100644
--- a/src/lundump.js
+++ b/src/lundump.js
@@ -126,8 +126,8 @@ class BytecodeParser {
let p = BytecodeParser;
for (let i = 0; i < n; i++) {
- if (luaZ_read(this.Z, this.u8, 0, this.instructionSize) !== 0)
- this.error("truncated");
+ if (luaZ_read(this.Z, this.u8, 0, this.instructionSize) !== 0)
+ this.error("truncated");
let ins = this.dv.getUint32(0, true);
f.code[i] = {
code: ins,