File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -38794,7 +38794,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
38794
38794
};
38795
38795
Object.defineProperty(exports, "__esModule", { value: true });
38796
38796
const glob = __importStar(__webpack_require__(281));
38797
- const os = __importStar(__webpack_require__(87));
38798
38797
const path = __importStar(__webpack_require__(622));
38799
38798
const exec = __importStar(__webpack_require__(986));
38800
38799
const cache_distributor_1 = __importDefault(__webpack_require__(435));
@@ -38836,7 +38835,7 @@ class PoetryCache extends cache_distributor_1.default {
38836
38835
if (exitCode && stderr) {
38837
38836
throw new Error('Could not get cache folder path for poetry package manager');
38838
38837
}
38839
- const lines = stdout.trim().split(os.EOL );
38838
+ const lines = stdout.trim().split('\n' );
38840
38839
const config = {};
38841
38840
for (let line of lines) {
38842
38841
line = line.replace(/#.*$/, '');
You can’t perform that action at this time.
0 commit comments