We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f920bd3 commit 7159e43Copy full SHA for 7159e43
1 file changed
lib/Mojo/IOLoop/ReadWriteProcess.pm
@@ -148,6 +148,7 @@ sub _collect {
148
my ($self, $pid) = @_;
149
$pid //= $self->pid;
150
151
+ $self->session->consume_collected_info;
152
$self->session->_protect(
153
sub {
154
local $?;
0 commit comments