deb
This commit is contained in:
parent
8a35487cdd
commit
92aa96c876
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ export class TlvStorageFactory extends EventEmitter {
|
||||||
resolve(response.data);
|
resolve(response.data);
|
||||||
}
|
}
|
||||||
this.once(op.opId, responseHandler)
|
this.once(op.opId, responseHandler)
|
||||||
this.process.send(op)
|
this.process.send({ ...op, debug: this.debug || op.debug })
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue