We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
JDKFileTreeWatch
1 parent 6a7df86 commit e676b5fCopy full SHA for e676b5f
src/main/java/engineering/swat/watch/Watcher.java
@@ -194,8 +194,8 @@ public ActiveWatch start() throws IOException {
194
// no native support, use the simulation
195
logger.debug("Not possible to register the native watcher, using fallback for {}", path);
196
logger.trace(ex);
197
- var result = new JDKRecursiveDirectoryWatch(path, executor, h);
198
- // var result = new JDKFileTreeWatch(path, executor, h);
+ // var result = new JDKRecursiveDirectoryWatch(path, executor, h);
+ var result = new JDKFileTreeWatch(path, executor, h);
199
result.open();
200
return result;
201
}
0 commit comments