Skip to content

Commit

Permalink
Don't handle errors in pool
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiojr committed Oct 17, 2024
1 parent 3a4d2d0 commit 13f1d52
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/pool.risor
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ __finished := 0
func __worker(c) {
return func() {
for _, work := range c {
try(work(), print("hello"), func(e) {
print("error: ", e)
})
work()
}
}
}
Expand Down

0 comments on commit 13f1d52

Please sign in to comment.