Update generated content

This commit is contained in:
CrazyMax 2020-12-23 21:51:35 +01:00
parent 40262d1ab9
commit 86da9e33a4
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

4
dist/index.js generated vendored
View File

@ -68,11 +68,11 @@ function getInputList(name, ignoreComma) {
if (items == '') { if (items == '') {
return res; return res;
} }
for (let output of (sync_1.default(items, { for (let output of sync_1.default(items, {
columns: false, columns: false,
relaxColumnCount: true, relaxColumnCount: true,
skipLinesWithEmptyValues: true skipLinesWithEmptyValues: true
}))) { })) {
if (output.length == 1) { if (output.length == 1) {
res.push(output[0]); res.push(output[0]);
continue; continue;