1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-09-19 16:46:43 +00:00

Remove console.log

This commit is contained in:
Patrick Arminio 2022-02-18 11:31:04 -06:00
parent 0ebf7997c4
commit b0c8e3dab7
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 0B13AD30354F6EBE

View file

@ -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'
); );
} }