We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get these on my PR, that do not seem to be related to code i pushed #4202 :
OK fsEventsBasic (2.00ms) ##[error]thread '<unnamed>' panicked at 'fs events error: SendError(Ok(FsEvent { kind: "modify", paths: ["/tmp/8259b2ca/file2.txt"] }))', src/libcore/result.rs:1188:5
The text was updated successfully, but these errors were encountered:
@bartlomieju any idea why this fs event test panics ?
Sorry, something went wrong.
Most likely because FsWatcher doesn't stop watching after it's closed an tries to push new notification on a channel that has been closed.
FsWatcher
CC @ry you might want to call 'unwatch' when closing watcher resource
Successfully merging a pull request may close this issue.
I get these on my PR, that do not seem to be related to code i pushed #4202 :
OK fsEventsBasic (2.00ms) ##[error]thread '<unnamed>' panicked at 'fs events error: SendError(Ok(FsEvent { kind: "modify", paths: ["/tmp/8259b2ca/file2.txt"] }))', src/libcore/result.rs:1188:5
The text was updated successfully, but these errors were encountered: