Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b0c8e3d

Browse filesBrowse files
committed
Remove console.log
1 parent 0ebf799 commit b0c8e3d
Copy full SHA for b0c8e3d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed

‎src/cache-distributions/poetry-cache.ts

Copy file name to clipboardExpand all lines: src/cache-distributions/poetry-cache.ts
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,8 @@ class PoetryCache extends CacheDistributor {
4848
]);
4949

5050
if (exitCode && stderr) {
51-
console.log(stdout, stderr, exitCode);
52-
5351
throw new Error(
54-
`Could not get cache folder path for poetry package manager`
52+
'Could not get cache folder path for poetry package manager'
5553
);
5654
}
5755

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.