mkdirs
This commit is contained in:
parent
fa5585fec5
commit
d3a83f1877
|
@ -88,6 +88,8 @@ class UnisonWatcher < Qt::Application
|
|||
require 'rb-inotify'
|
||||
@watch = INotify::Notifier.new
|
||||
Thread.current[:paths].each do |path|
|
||||
FileUtils.mkdir_p path
|
||||
|
||||
@watch.watch path, :recursive, :modify, :create, :delete do |event|
|
||||
Thread.current[:app] << event.absolute_name
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue