Add message when no cache was found for a language
This commit is contained in:
parent
8f657e857d
commit
c0b5869910
3 changed files with 6 additions and 1 deletions
|
|
@ -120,6 +120,8 @@ export async function downloadDependencyCaches(
|
|||
if (hitKey !== undefined) {
|
||||
logger.info(`Cache hit on key ${hitKey} for ${language}.`);
|
||||
restoredCaches.push(language);
|
||||
} else {
|
||||
logger.info(`No suitable cache found for ${language}.`);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue