Skip to content

Commit c726f28

Browse files
TS leftovers (#114)
1 parent ef57990 commit c726f28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/UnitTests/Scripts/tests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ if (hostPlatform !== "Unix") {
466466
};
467467

468468
ws2.onerror = (ev) => {
469-
done(new Error(String(ev)));
469+
done(new Error("Websocket failed"));
470470
};
471471
}
472472

@@ -491,7 +491,7 @@ if (hostPlatform !== "Unix") {
491491
}
492492

493493
ws1.onerror = (ev) => {
494-
done(new Error(String(ev)));
494+
done(new Error("Websocket failed"));
495495
};
496496
});
497497

0 commit comments

Comments
 (0)