mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
fix
This commit is contained in:
parent
8b929f40d2
commit
1a6a7a403d
@ -90,7 +90,6 @@ class JsonLinesDatastore {
|
||||
return parse ? parsedLine : true;
|
||||
}
|
||||
} else {
|
||||
console.log('NO !!!');
|
||||
this.readedDataRowCount += 1;
|
||||
return parse ? JSON.parse(line) : true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user