Skip to content

Commit

Permalink
do not finish if the stdin cannot be read
Browse files Browse the repository at this point in the history
  • Loading branch information
lukec committed Aug 3, 2009
1 parent 279ba91 commit 1de0a23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/arduino-daemon
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ my $stdin_hdl = AnyEvent::Handle->new(
my ($hdl, $fatal, $msg) = @_;
warn "STDIN: $msg\n";
$hdl->destroy;
$done->send;
},
on_read => sub {
my $handle = shift;
Expand Down

0 comments on commit 1de0a23

Please sign in to comment.