mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-27 05:24:34 -07:00
fix(cli): resolve double rendering in shpool and address vscode lint warnings (#18704)
This commit is contained in:
@@ -905,6 +905,10 @@ export class Config {
|
||||
);
|
||||
}
|
||||
|
||||
isInitialized(): boolean {
|
||||
return this.initialized;
|
||||
}
|
||||
|
||||
/**
|
||||
* Must only be called once, throws if called again.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user