Skip to content

Commit f83bb2a

Browse files
committed
add _messageCallback to constructor
1 parent 8b95e13 commit f83bb2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/workflows/usb.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class USBWorkflow extends Workflow {
2121
this._partialToken = null;
2222
this._uid = null;
2323
this._readLoopPromise = null;
24+
this._messageCallback = null;
2425
}
2526

2627
async init(params) {

0 commit comments

Comments
 (0)