We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 241d8b9 commit e034af7Copy full SHA for e034af7
packages/connection/index.js
@@ -47,7 +47,7 @@ class Connection extends EventEmitter {
47
48
_onData(data) {
49
const str = data.toString("utf8");
50
- this.parser.write(str);
+ this.parser?.write(str);
51
}
52
53
#onParserError(error) {
0 commit comments