mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 21:58:31 +00:00
fixing test
This commit is contained in:
parent
cc323d0d61
commit
a8a055d32c
@ -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…
x
Reference in New Issue
Block a user