Logging improvement
parent
67fc632a13
commit
d2eaa6737f
|
|
@ -489,6 +489,7 @@ class Caching {
|
|||
else {
|
||||
cacheSelection = latest;
|
||||
}
|
||||
yield cloud_runner_agent_system_1.CloudRunnerAgentSystem.Run(`tree ${cacheFolder}`);
|
||||
if (fs_1.default.existsSync(cacheSelection)) {
|
||||
yield cloud_runner_agent_system_1.CloudRunnerAgentSystem.Run(`tree ${destinationFolder}`);
|
||||
cloud_runner_logger_1.default.logCli(`cache item exists`);
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -40,6 +40,7 @@ export class Caching {
|
|||
} else {
|
||||
cacheSelection = latest;
|
||||
}
|
||||
await CloudRunnerAgentSystem.Run(`tree ${cacheFolder}`);
|
||||
if (fs.existsSync(cacheSelection)) {
|
||||
await CloudRunnerAgentSystem.Run(`tree ${destinationFolder}`);
|
||||
CloudRunnerLogger.logCli(`cache item exists`);
|
||||
|
|
|
|||
Loading…
Reference in New Issue