mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 14:56:01 +00:00
fix
This commit is contained in:
@@ -90,7 +90,6 @@ class JsonLinesDatastore {
|
||||
return parse ? parsedLine : true;
|
||||
}
|
||||
} else {
|
||||
console.log('NO !!!');
|
||||
this.readedDataRowCount += 1;
|
||||
return parse ? JSON.parse(line) : true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user