summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-04-18 04:12:23 -0500
committerJesse Luehrs <doy@tozt.net>2010-04-18 04:12:23 -0500
commitd90610a3e8f01b90b3d296d778977a2de82977b2 (patch)
treec449cc97d1f674d0756776fdd724455ef3526156
parent6e6a00cac200ca95b0ac212fc317f02a35e2582f (diff)
downloadapp-termcast-d90610a3e8f01b90b3d296d778977a2de82977b2.tar.gz
app-termcast-d90610a3e8f01b90b3d296d778977a2de82977b2.zip
failure to read from the socket shouldn't terminate the session
-rw-r--r--lib/App/Termcast.pm1
1 files changed, 0 insertions, 1 deletions
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) {