mirror of
https://github.com/actions/setup-python
synced 2025-04-06 23:39:42 +00:00
Remove console.log
This commit is contained in:
@ -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'
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user