You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
Update buildTools (#8596)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
This commit is contained in:
@@ -156,7 +156,7 @@ class Time {
|
||||
}
|
||||
|
||||
public async waitTillCondition(condition: ConditionHandler) {
|
||||
if (condition()) return;
|
||||
if (condition()) return null;
|
||||
|
||||
return new Promise(resolve => {
|
||||
const iid = setInterval(() => {
|
||||
|
||||
Reference in New Issue
Block a user