File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ import {
1818 initializePostHog ,
1919 trackAppEvent ,
2020} from "./services/posthog-analytics.js" ;
21+ import type { ProcessTrackingService } from "./services/process-tracking/service" ;
2122import type { TaskLinkService } from "./services/task-link/service" ;
2223import type { UpdatesService } from "./services/updates/service.js" ;
2324import type { WorkspaceService } from "./services/workspace/service.js" ;
2425import { migrateTaskAssociations } from "./utils/store.js" ;
2526import { createWindow , getMainWindow } from "./window.js" ;
26- import { ProcessTrackingService } from "./services/process-tracking/service" ;
2727
2828// Single instance lock must be acquired FIRST before any other app setup
2929const additionalData = process . defaultApp ? { argv : process . argv } : undefined ;
@@ -95,7 +95,7 @@ app.on("window-all-closed", () => {
9595 // Container already torn down (e.g. second quit during shutdown), let Electron quit
9696 return ;
9797 }
98-
98+
9999 processTrackingService . killAll ( ) ;
100100} ) ;
101101
You can’t perform that action at this time.
0 commit comments