mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 15:51:33 +00:00
FFDec debug menu - create new swf fix
This commit is contained in:
@@ -1345,6 +1345,9 @@ public class Main {
|
||||
if (watcher != null) {
|
||||
try {
|
||||
File dir = new File(fileName).getParentFile();
|
||||
if (dir == null) {
|
||||
continue;
|
||||
}
|
||||
if (!watchedDirectories.containsValue(dir)) {
|
||||
WatchKey key = dir.toPath().register(watcher, StandardWatchEventKinds.ENTRY_MODIFY);
|
||||
watchedDirectories.put(key, dir);
|
||||
|
||||
Reference in New Issue
Block a user