Fixed lint

This commit is contained in:
n1474335 2022-06-09 16:32:23 +01:00
parent 2f53ee3974
commit 2267569c8d
1 changed files with 1 additions and 2 deletions

View File

@ -74,8 +74,7 @@ class ConditionalJump extends Operation {
if (!invert && strMatch || invert && !strMatch) { if (!invert && strMatch || invert && !strMatch) {
state.progress = jmpIndex; state.progress = jmpIndex;
state.numJumps++; state.numJumps++;
} } else {
else {
state.numJumps = 0; state.numJumps = 0;
} }
} }