Skip to content

Commit 73978ec

Browse files
author
Hweinstock
committed
refactor(globalConfig): adjust log message to avoid failure language in non-failure path
1 parent d0054a4 commit 73978ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/globalConfig/accessor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class DefaultGlobalConfigAccessor implements GlobalConfigAccessor {
3333
logger.debug("reading global config");
3434

3535
if (this.cachedConfig) return this.cachedConfig;
36-
logger.debug("failed to find cache, reading from source");
36+
logger.debug("no config cached, reading from source");
3737

3838
try {
3939
this.cachedConfig = await this.json.read(this.filePath, globalConfigSchema);

0 commit comments

Comments
 (0)