Skip to content

Commit 7159e43

Browse files
committed
Fix to_ioloop() as regression of 1e0addb
1 parent f920bd3 commit 7159e43

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/Mojo/IOLoop/ReadWriteProcess.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ sub _collect {
148148
my ($self, $pid) = @_;
149149
$pid //= $self->pid;
150150

151+
$self->session->consume_collected_info;
151152
$self->session->_protect(
152153
sub {
153154
local $?;

0 commit comments

Comments
 (0)