Skip to content

Commit

Permalink
FileWatching: fix typo on JuliaLang#42926 (2539a67) (JuliaLang#43010)
Browse files Browse the repository at this point in the history
Co-authored-by: Jameson Nash <vtjnash@gmail.com>
  • Loading branch information
2 people authored and LilithHafner committed Feb 22, 2022
1 parent b7524b6 commit 48a0a45
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 48a0a45

Please sign in to comment.