Skip to content

Commit

Permalink
Update websocket.rb as per PR 156 to fix "could not parse data... par…
Browse files Browse the repository at this point in the history
…se error"

guard#156
  • Loading branch information
petebytes committed Jun 17, 2019
1 parent 09ecacc commit b686d5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/guard/livereload/websocket.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ def dispatch(data)
else
_serve(request_path)
end
rescue
# ignored
end

private
Expand Down

0 comments on commit b686d5a

Please sign in to comment.