diff --git a/src/cache-distributions/poetry-cache.ts b/src/cache-distributions/poetry-cache.ts index 9da683f..7c05cdf 100644 --- a/src/cache-distributions/poetry-cache.ts +++ b/src/cache-distributions/poetry-cache.ts @@ -48,10 +48,8 @@ class PoetryCache extends CacheDistributor { ]); if (exitCode && stderr) { - console.log(stdout, stderr, exitCode); - throw new Error( - `Could not get cache folder path for poetry package manager` + 'Could not get cache folder path for poetry package manager' ); }