fix(cli): resolve double rendering in shpool and address vscode lint warnings (#18704)

This commit is contained in:
Brad Dux
2026-02-11 09:29:18 -08:00
committed by GitHub
parent 34a47a51f4
commit 0080589939
4 changed files with 50 additions and 40 deletions
+4
View File
@@ -905,6 +905,10 @@ export class Config {
);
}
isInitialized(): boolean {
return this.initialized;
}
/**
* Must only be called once, throws if called again.
*/