Delete scheduled directories on shutdown
This commit is contained in:
parent
4d7474ae22
commit
f43f9b6e2e
1 changed files with 1 additions and 0 deletions
|
@ -223,6 +223,7 @@ class Engine private constructor() {
|
|||
|
||||
// Run shutdown code
|
||||
Environment.unset()
|
||||
FileAccess.deleteScheduled()
|
||||
FileAccess.unsetDefaultPaths()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue