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