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