try to fix test again:

This commit is contained in:
Jade (Rose) Rowland 2024-02-04 14:32:42 -05:00
parent a8a055d32c
commit c761cd54b4

View File

@ -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);