Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
kraih committed Dec 17, 2011
1 parent 3fd0619 commit 8792dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop/Stream.pm
Expand Up @@ -105,7 +105,7 @@ sub _close {
sub _error {
my $self = shift;
$self->{error}++;
$self->emit_safe(error => $!);
$self->emit_safe(error => @_);
}

sub _read {
Expand Down

0 comments on commit 8792dd8

Please sign in to comment.