fix(core): show descriptive error messages when saving settings fails (#18095)

Co-authored-by: Dev Randalpura <devrandalpura@google.com>
This commit is contained in:
Alexander Farber
2026-03-13 17:19:56 +01:00
committed by GitHub
parent 2a7e602356
commit aa000d7d30
5 changed files with 298 additions and 3 deletions
+1
View File
@@ -68,6 +68,7 @@ export * from './utils/checks.js';
export * from './utils/headless.js';
export * from './utils/schemaValidator.js';
export * from './utils/errors.js';
export * from './utils/fsErrorMessages.js';
export * from './utils/exitCodes.js';
export * from './utils/getFolderStructure.js';
export * from './utils/memoryDiscovery.js';