This commit is contained in:
bskjon 2024-07-20 01:25:30 +02:00
parent 861dcd00d8
commit 4c14d525ce

View File

@ -75,6 +75,7 @@ class InputDirectoryWatcher(@Autowired var coordinator: Coordinator): FileWatche
} }
} }
watcherChannel.invokeOnClose { watcherChannel.invokeOnClose {
it?.printStackTrace()
log.warn { "Watcher stopped!!!" } log.warn { "Watcher stopped!!!" }
if (!isStopping) { if (!isStopping) {
ioCoroutine.launch { ioCoroutine.launch {