Skip to content

Commit

Permalink
Merge pull request #23 from yanick/patch-1
Browse files Browse the repository at this point in the history
or is too low precedence
  • Loading branch information
ntruchsess committed Jun 30, 2014
2 parents 2de4797 + 7bcacc2 commit 35f9e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Device/Firmata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ sub listen {
my $netio = "Device::Firmata::IO::NetIO";
eval "require $netio";

return $netio->listen( $ip, $port, $opts ) or die "Could not bind to socket";
return $netio->listen( $ip, $port, $opts ) || die "Could not bind to socket";
}

1;

0 comments on commit 35f9e7f

Please sign in to comment.