Fix lib caching

pull/310/head
Frostebite 2021-12-27 02:49:33 +00:00
parent 63088a2621
commit 9a2757e69f
3 changed files with 1 additions and 3 deletions

1
dist/index.js vendored
View File

@ -676,7 +676,6 @@ class SetupRemoteRepository {
else {
cloud_runner_logger_1.default.logCli(`Library cache doesn't exist`);
if (latestLibraryCacheFile !== ``) {
yield remote_client_system_1.RemoteClientSystem.Run(`tree`);
throw new Error(`Failed to get library cache, but cache hit was found (${latestLibraryCacheFile})`);
}
}

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -138,7 +138,6 @@ export class SetupRemoteRepository {
} else {
CloudRunnerLogger.logCli(`Library cache doesn't exist`);
if (latestLibraryCacheFile !== ``) {
await RemoteClientSystem.Run(`tree`);
throw new Error(`Failed to get library cache, but cache hit was found (${latestLibraryCacheFile})`);
}
}