Skip to content

Commit

Permalink
drop noisy error
Browse files Browse the repository at this point in the history
  • Loading branch information
goldbuick committed Jan 2, 2025
1 parent fea1cce commit 9b26c96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zss/chip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ export function createchip(
try {
const result = logic?.next()
if (result?.done) {
api_error('chip', 'crash', 'generator logic unexpectedly exited')
flags.es = 1
}
} catch (err: any) {
Expand Down

0 comments on commit 9b26c96

Please sign in to comment.