Skip to content

Commit

Permalink
FIX lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Oct 23, 2021
1 parent 982e085 commit 6aa3082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wait-until.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function waitUntil(fun, timeout = 0, interval = 20) {
.then(value => {
ok = value;
return runLoopOnce();
})
});
}
}
runLoopOnce();
Expand Down

0 comments on commit 6aa3082

Please sign in to comment.