Skip to content

Commit 1419d96

Browse files
committed
emit channel on open
1 parent d765a07 commit 1419d96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ function use (extensions) {
273273
})
274274
}
275275

276+
this.emit('channel', ch)
276277
if (ch.buffer.length) this._parseSoon(ch)
277278

278279
return ch

0 commit comments

Comments
 (0)