mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-19 02:20:42 -07:00
Shorten temp directory (#17901)
This commit is contained in:
@@ -24,6 +24,7 @@ async function getHistoryFilePath(
|
||||
configStorage?: Storage,
|
||||
): Promise<string> {
|
||||
const storage = configStorage ?? new Storage(projectRoot);
|
||||
await storage.initialize();
|
||||
return storage.getHistoryFilePath();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user