Run eslint with --fix

This commit is contained in:
awsr
2026-01-02 18:45:45 -08:00
parent ff542b743e
commit 74fee1aeb1
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ async function waitForOpts() {
// make sure all of the ui is ready and options are loaded
const t0 = performance.now();
let t1 = performance.now();
while (true) { // eslint-disable-line no-constant-condition
while (true) {
if (t1 - t0 > 120000) {
log('waitForOpts timeout');
break;