Dispose diskCache during preSetupTasks cleanup
| @@ -288,6 +288,7 @@ async function preSetupTasks() { | ||
| 288 | 288 | if (typeof cleanupPlugins === 'function') { |
| 289 | 289 | await cleanupPlugins(); |
| 290 | 290 | } |
| 291 | + diskCache.dispose(); | |
| 291 | 292 | setWindowTitle(consoleTitle); |
| 292 | 293 | process.exit(); |
| 293 | 294 | }; |