mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-23 03:24:42 -07:00
fix: resolve build errors, update snapshots, and address review comments
This commit is contained in:
@@ -203,7 +203,7 @@ export class Storage {
|
||||
return crypto.createHash('sha256').update(filePath).digest('hex');
|
||||
}
|
||||
|
||||
private getProjectIdentifier(): string {
|
||||
getProjectIdentifier(): string {
|
||||
if (!this.projectIdentifier) {
|
||||
throw new Error('Storage must be initialized before use');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user