From a92794c4ff10e4f61d6cd06725b05fa86136299c Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Tue, 31 May 2022 13:00:06 +0200 Subject: [PATCH] rebuild dist --- dist/setup/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/setup/index.js b/dist/setup/index.js index b664896b..60ad8585 100644 --- a/dist/setup/index.js +++ b/dist/setup/index.js @@ -63920,7 +63920,7 @@ class PoetryCache extends cache_distributor_1.default { const lines = stdout.trim().split('\n'); const config = {}; for (let line of lines) { - line = line.replace(/#.*$/, ''); + line = line.replace(/#.*$/gm, ''); const [key, value] = line.split('=').map(part => part.trim()); config[key] = JSON.parse(value); }