*Bug fix slave

This commit is contained in:
Derrick Hammer 2023-04-06 17:10:08 -04:00
parent eb4a8f1c9e
commit 2b645af1e9
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ module.exports = class Protomux {
this._infos = new Map();
this._notify = new Map();
this._slave = false;
this._slave = slave;
this.stream.on("data", this._ondata.bind(this));
this.stream.on("end", this._onend.bind(this));