Fix formatting

fork
Ross Johnson 11 years ago
parent 96af8f4a8e
commit c1b1a0b2d1

@ -1115,7 +1115,8 @@ Connection.prototype._resUntagged = function(info) {
if (toget.length === 0) {
process.nextTick(function() {
if (msg) msg.ended = true;
if (msg)
msg.ended = true;
msgEmitter.emit('attributes', attrs);
msgEmitter.emit('end');
});

Loading…
Cancel
Save