mirror of
https://github.com/vladmandic/automatic
synced 2026-09-11 15:28:43 +02:00
Run eslint with --fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user