fixing test

This commit is contained in:
Jade (Rose) Rowland 2024-02-04 14:25:16 -05:00
parent cc323d0d61
commit a8a055d32c

View File

@ -79,7 +79,7 @@ const processMessage = (message) => {
}
};
self.onconnect = function (e) {
onconnect = function (e) {
// the incoming port
const port = e.ports[0];
allPorts.push(port);