This commit is contained in:
Jan Prochazka 2022-02-13 22:06:12 +01:00
parent 8b929f40d2
commit 1a6a7a403d

View File

@ -90,7 +90,6 @@ class JsonLinesDatastore {
return parse ? parsedLine : true;
}
} else {
console.log('NO !!!');
this.readedDataRowCount += 1;
return parse ? JSON.parse(line) : true;
}