mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Dispose diskCache during preSetupTasks cleanup
This commit is contained in:
@@ -288,6 +288,7 @@ async function preSetupTasks() {
|
|||||||
if (typeof cleanupPlugins === 'function') {
|
if (typeof cleanupPlugins === 'function') {
|
||||||
await cleanupPlugins();
|
await cleanupPlugins();
|
||||||
}
|
}
|
||||||
|
diskCache.dispose();
|
||||||
setWindowTitle(consoleTitle);
|
setWindowTitle(consoleTitle);
|
||||||
process.exit();
|
process.exit();
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user