File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 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) {
3879438794};
3879538795Object.defineProperty(exports, "__esModule", { value: true });
3879638796const glob = __importStar(__webpack_require__(281));
38797- const os = __importStar(__webpack_require__(87));
3879838797const path = __importStar(__webpack_require__(622));
3879938798const exec = __importStar(__webpack_require__(986));
3880038799const 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(/#.*$/, '');
You can’t perform that action at this time.
0 commit comments