Skip to content

Commit d9d7299

Browse files
committed
Add comment
1 parent 54c3a32 commit d9d7299

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/protocol/Handshake.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,7 @@ Handshake.prototype.handlePacket = function(packet) {
5252
return;
5353
}
5454

55+
// @TODO: Refactor WIP Emitting a packet on error is really goofy, this
56+
// should be a node error object.
5557
this.emit('error', packet);
5658
};

0 commit comments

Comments
 (0)