Skip to content

Commit a2e7582

Browse files
committed
fix missing open handler
1 parent 2d37902 commit a2e7582

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
@@ -285,6 +285,7 @@ function use (extensions) {
285285
}
286286

287287
this.emit('channel', ch)
288+
this._open(ch)
288289
if (ch.buffer.length) this._parseSoon(ch)
289290

290291
return ch

0 commit comments

Comments
 (0)