Catch an IOError that happens on Ruby 2.0 #52
Loading…
Reference in New Issue
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Would get a #<IOError: closed stream> error when running in my MRI 2.0 environment (works fine on 1.9.3). Either there's a Ruby change in the
net/http
works or something else in theguard-livereload
server (I'm using an old 1.0.3 here), but this looks to work for me.@johnbintz The failures on Travis looks like it's a config error and not an actual failure, I was wondering if you could possibly accept this PR?
@johnbintz Thanks a lot man!