Skip to content

Commit

Permalink
Fix cache.ts for Resource temporarily unavailable (#1288)
Browse files Browse the repository at this point in the history
Replace kbn to osd to solve Resource temporarily unavailable error
when functional test fails.

Issue Resolved:#1287

Signed-off-by: Anan Zhuang <ananzh@amazon.com>
  • Loading branch information
ananzh committed Feb 26, 2022
1 parent fa47ac3 commit bc5034c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/osd-optimizer/src/node/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export class Cache {
this.debug(`ERROR/${type}`, db, `${String(key)}: ${error.stack}`);
process.stderr.write(
chalk.red(
`[@kbn/optimizer/node] ${type} error [${dbName(db)}/${String(key)}]: ${error.stack}\n`
`[@osd/optimizer/node] ${type} error [${dbName(db)}/${String(key)}]: ${error.stack}\n`
)
);
}
Expand Down

0 comments on commit bc5034c

Please sign in to comment.