mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-08-05 06:31:44 -07:00
feat(tracker): update config to use simplified tracker path
This commit is contained in:
@@ -1913,7 +1913,7 @@ export class Config {
|
||||
getTrackerService(): TrackerService {
|
||||
if (!this.trackerService) {
|
||||
this.trackerService = new TrackerService(
|
||||
this.storage.getProjectTempTrackerDir(this.sessionId),
|
||||
this.storage.getProjectTempTrackerDir(),
|
||||
);
|
||||
}
|
||||
return this.trackerService;
|
||||
|
||||
Reference in New Issue
Block a user