8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
\n
os.EOL
1 parent 7a37d78 commit 6c31eb3Copy full SHA for 6c31eb3
src/cache-distributions/poetry-cache.ts
@@ -53,7 +53,7 @@ class PoetryCache extends CacheDistributor {
53
);
54
}
55
56
- const lines = stdout.trim().split(os.EOL);
+ const lines = stdout.trim().split('\n');
57
58
const config: any = {};
59
0 commit comments