Skip to content

Commit

Permalink
Fixed tester problem
Browse files Browse the repository at this point in the history
  • Loading branch information
met4citizen committed Feb 5, 2024
1 parent a760601 commit 76cf8b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/wwtester.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ self.onmessage = (msg) => {
oper: { pass: false },
coord: { pass: false },
show: { pass: false },
detectors: { pass: false }
detectors: { pass: false },
server: { pass: false }
};

// Run test set
Expand Down

0 comments on commit 76cf8b6

Please sign in to comment.