From d90610a3e8f01b90b3d296d778977a2de82977b2 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 18 Apr 2010 04:12:23 -0500 Subject: failure to read from the socket shouldn't terminate the session --- lib/App/Termcast.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/App/Termcast.pm b/lib/App/Termcast.pm index 7eb7e64..36f5def 100644 --- a/lib/App/Termcast.pm +++ b/lib/App/Termcast.pm @@ -215,7 +215,6 @@ sub run { } Carp::croak("Error reading from socket: $!") unless defined $buf; - last; } if ($self->bell_on_watcher) { -- cgit v1.2.3-54-g00ecf