This commit is contained in:
Aria Moradi
2021-11-01 23:46:46 +03:30
parent 100a4c9d35
commit 64ea8416b2
8 changed files with 91 additions and 81 deletions

View File

@@ -240,7 +240,7 @@ object Extension {
PackageTools.jarLoaderMap.remove(jarPath)?.close()
// clear all loaded sources
sources.forEach { GetCatalogueSource.invalidateSourceCache(it) }
sources.forEach { GetCatalogueSource.unregisterCatalogueSource(it) }
File(jarPath).delete()
}