Skip to content

Commit

Permalink
FileWatching: fix typo on #42926 (2539a67)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Nov 8, 2021
1 parent cfb7343 commit 067ac5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/FileWatching/src/FileWatching.jl
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ function wait(fdw::FDWatcher)
events = GC.@preserve fdw _wait(fdw.watcher, fdw.mask)
isopen(fdw) || throw(EOFError())
if !events.timedout
@lock fdw.notify fdw.events &= ~events.events
@lock fdw.watcher.notify fdw.watcher.events &= ~events.events
return events
end
end
Expand Down

0 comments on commit 067ac5e

Please sign in to comment.