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