Commit ac4c20e
committed
fix(webapp): don't crash the test page when a dev worker version isn't numeric
The dev task list sorted workers by casting their version to an int
array, which failed with a database error if any worker's version
isn't dot-numeric. Non-numeric versions now fall back to creation
order instead of erroring.1 parent 35476fe commit ac4c20e
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
47 | 56 | | |
48 | 57 | | |
49 | 58 | | |
| |||
0 commit comments