Skip to content

Commit

Permalink
Update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Mar 30, 2022
1 parent 6c31eb3 commit 7aa3e95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dist/setup/index.js
Expand Up @@ -38794,7 +38794,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
};
Object.defineProperty(exports, "__esModule", { value: true });
const glob = __importStar(__webpack_require__(281));
const os = __importStar(__webpack_require__(87));
const path = __importStar(__webpack_require__(622));
const exec = __importStar(__webpack_require__(986));
const cache_distributor_1 = __importDefault(__webpack_require__(435));
Expand Down Expand Up @@ -38836,7 +38835,7 @@ class PoetryCache extends cache_distributor_1.default {
if (exitCode && stderr) {
throw new Error('Could not get cache folder path for poetry package manager');
}
const lines = stdout.trim().split(os.EOL);
const lines = stdout.trim().split('\n');
const config = {};
for (let line of lines) {
line = line.replace(/#.*$/, '');
Expand Down

0 comments on commit 7aa3e95

Please sign in to comment.