Skip to content

Commit 7aa3e95

Browse files
committed
Update dist
1 parent 6c31eb3 commit 7aa3e95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dist/setup/index.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -38794,7 +38794,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3879438794
};
3879538795
Object.defineProperty(exports, "__esModule", { value: true });
3879638796
const glob = __importStar(__webpack_require__(281));
38797-
const os = __importStar(__webpack_require__(87));
3879838797
const path = __importStar(__webpack_require__(622));
3879938798
const exec = __importStar(__webpack_require__(986));
3880038799
const cache_distributor_1 = __importDefault(__webpack_require__(435));
@@ -38836,7 +38835,7 @@ class PoetryCache extends cache_distributor_1.default {
3883638835
if (exitCode && stderr) {
3883738836
throw new Error('Could not get cache folder path for poetry package manager');
3883838837
}
38839-
const lines = stdout.trim().split(os.EOL);
38838+
const lines = stdout.trim().split('\n');
3884038839
const config = {};
3884138840
for (let line of lines) {
3884238841
line = line.replace(/#.*$/, '');

0 commit comments

Comments
 (0)