mirror of
https://gitea.com/actions/setup-python.git
synced 2024-11-22 18:19:35 +01:00
Remove console.log
This commit is contained in:
parent
0ebf7997c4
commit
b0c8e3dab7
1 changed files with 1 additions and 3 deletions
|
@ -48,10 +48,8 @@ class PoetryCache extends CacheDistributor {
|
||||||
]);
|
]);
|
||||||
|
|
||||||
if (exitCode && stderr) {
|
if (exitCode && stderr) {
|
||||||
console.log(stdout, stderr, exitCode);
|
|
||||||
|
|
||||||
throw new Error(
|
throw new Error(
|
||||||
`Could not get cache folder path for poetry package manager`
|
'Could not get cache folder path for poetry package manager'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue