Skip to content

Commit

Permalink
Fix unexpected throws showing twice
Browse files Browse the repository at this point in the history
  • Loading branch information
1IxI1 committed Aug 3, 2024
1 parent 25cc91c commit 5986024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runner/runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ export async function getEmulationWithStack(
console.log(
`Found error ${exitCode} on instruction ${instruction}`
);
break;
}
if (line.startsWith('final c5:')) {
finalActions = parseC5(line);
Expand Down

0 comments on commit 5986024

Please sign in to comment.