This commit is contained in:
Sai1919
2016-11-11 11:52:47 +05:30
parent 95b8cfd6bb
commit a797e90b16

View File

@@ -81,9 +81,9 @@ XmlParser.prototype.parse = function (chunk) {
processError(err) processError(err)
}) })
parser.on('end', function () { /* parser.on('end', function () {
scope.emit('end') scope.emit('end')
}) })*/
} }
function processError (err) { function processError (err) {