-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reload only works two times, then doesn't #6
Comments
sorry for the late reply first of all. I tried to reproduce this issue but unfortunately wasn‘t able to. I don‘t have a debian machine here, only a Mac and this error doesn‘t occur here |
The error seems to come from https://github.com/aarol/reload/blob/fa84935e67846a0128a0dddd29de00af0f8e951c/watch.go#L64 so this might not be your fault at all actually. Suppose I could try to reproduce and report it there, but I don't know enough go (yet) for this to be a 5-min task 😞 |
Should be fixed now with #31 which was released with version 0.5.3. Please check if the error is still reproducible 👍 |
When I change
install.md
for the first time, the first error is printed and the page reloads.When I change it second time, the other two errors are printed and the page reloads.
Any further changes do absolutely nothing at all.
I run this on Debian testing (trixie) amd64. Installed go-grip using ubi, so presumably https://github.com/chrishrb/go-grip/releases/download/v0.3.0/go-grip-v0.3.0-linux-amd64.tar.gz
The text was updated successfully, but these errors were encountered: