fix: No-op varCounter assignment before false branch in processExecIf (#655)
This commit is contained in:
parent
b4720e6f5c
commit
38c476f71e
1 changed files with 0 additions and 1 deletions
|
|
@ -254,7 +254,6 @@ function processExecIf(
|
|||
|
||||
// --- Simulate FALSE branch ---
|
||||
const falseState = makeSubState(state);
|
||||
state.varCounter = falseState.varCounter; // will be updated after false branch too
|
||||
processItems(toItems(falseBranch), falseState);
|
||||
state.varCounter = falseState.varCounter;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue