Don't allow to break the loop.

cbor
Karchnu 2020-07-23 21:42:27 +02:00
parent fff35d53de
commit ee2852357e
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class IPC::Context
@timer = @base_timer
end
break if yield wait_event
yield wait_event
end
end