extract lib in caching flow

pull/496/head
Frostebite 2023-02-13 15:56:29 +00:00
parent 57a2529026
commit 465973ecbf
3 changed files with 3 additions and 1 deletions

1
dist/index.js generated vendored
View File

@ -4441,6 +4441,7 @@ class Caching {
process.chdir(startPath); process.chdir(startPath);
throw error; throw error;
} }
yield cloud_runner_system_1.CloudRunnerSystem.Run(`tree ${destinationFolder}`);
process.chdir(startPath); process.chdir(startPath);
}); });
} }

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -178,6 +178,7 @@ export class Caching {
process.chdir(startPath); process.chdir(startPath);
throw error; throw error;
} }
await CloudRunnerSystem.Run(`tree ${destinationFolder}`);
process.chdir(startPath); process.chdir(startPath);
} }