extract lib in caching flow
parent
57a2529026
commit
465973ecbf
|
@ -4441,6 +4441,7 @@ class Caching {
|
|||
process.chdir(startPath);
|
||||
throw error;
|
||||
}
|
||||
yield cloud_runner_system_1.CloudRunnerSystem.Run(`tree ${destinationFolder}`);
|
||||
process.chdir(startPath);
|
||||
});
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -178,6 +178,7 @@ export class Caching {
|
|||
process.chdir(startPath);
|
||||
throw error;
|
||||
}
|
||||
await CloudRunnerSystem.Run(`tree ${destinationFolder}`);
|
||||
process.chdir(startPath);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue