From 86da9e33a4eefca8f40615a0575e56801b981ee5 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Wed, 23 Dec 2020 21:51:35 +0100 Subject: [PATCH] Update generated content --- dist/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index a24fa35..3a8f66e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -68,11 +68,11 @@ function getInputList(name, ignoreComma) { if (items == '') { return res; } - for (let output of (sync_1.default(items, { + for (let output of sync_1.default(items, { columns: false, relaxColumnCount: true, skipLinesWithEmptyValues: true - }))) { + })) { if (output.length == 1) { res.push(output[0]); continue;