fixing test
This commit is contained in:
parent
cc323d0d61
commit
a8a055d32c
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ const processMessage = (message) => {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
self.onconnect = function (e) {
|
onconnect = function (e) {
|
||||||
// the incoming port
|
// the incoming port
|
||||||
const port = e.ports[0];
|
const port = e.ports[0];
|
||||||
allPorts.push(port);
|
allPorts.push(port);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue