replace ad hoc line stream with readline module
This commit is contained in:
@@ -205,6 +205,7 @@ Meta.createLineHandler = function (ref, errorHandler) {
|
||||
line: JSON.stringify(line),
|
||||
});
|
||||
}
|
||||
if (typeof(line) === 'undefined') { return; }
|
||||
|
||||
if (Array.isArray(line)) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user