Skip to content

Commit

Permalink
issue #504: fix *[] refactor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDKelley committed Nov 27, 2020
1 parent 7b20f09 commit 8faa4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/listen/adapter/windows.rb
Expand Up @@ -38,7 +38,7 @@ def _configure(dir)
yield([:dir, change])
end

@worker.watch_recursively(dir.to_s, [:attributes, :last_write]) do |change|
@worker.watch_recursively(dir.to_s, :attributes, :last_write) do |change|
yield([:attr, change])
end
end
Expand Down

0 comments on commit 8faa4e5

Please sign in to comment.