We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ecacc commit b686d5aCopy full SHA for b686d5a
1 file changed
lib/guard/livereload/websocket.rb
@@ -22,6 +22,8 @@ def dispatch(data)
22
else
23
_serve(request_path)
24
end
25
+ rescue
26
+ # ignored
27
28
29
private
0 commit comments