Exit programm after running
This commit is contained in:
parent
b97acc2470
commit
5e3442810b
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ fun listFilesForFolder(folder: File) {
|
|||
getNotifications(file.absolutePath)
|
||||
}
|
||||
}
|
||||
// Beende das Programm
|
||||
exitProcess(0)
|
||||
}
|
||||
|
||||
fun getNotifications(file: String) {
|
||||
|
|
Loading…
Reference in a new issue