Skip to content

Commit 5986024

Browse files
committed
Fix unexpected throws showing twice
1 parent 25cc91c commit 5986024

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runner/runner.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ export async function getEmulationWithStack(
438438
console.log(
439439
`Found error ${exitCode} on instruction ${instruction}`
440440
);
441+
break;
441442
}
442443
if (line.startsWith('final c5:')) {
443444
finalActions = parseC5(line);

0 commit comments

Comments
 (0)