mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
non-intrusive logging of sync errors
This commit is contained in:
@@ -244,7 +244,8 @@ function timeLimit(promise, limitMs) {
|
||||
resolved = true;
|
||||
|
||||
res(result);
|
||||
});
|
||||
})
|
||||
.catch(error => rej(error));
|
||||
|
||||
setTimeout(() => {
|
||||
if (!resolved) {
|
||||
|
||||
Reference in New Issue
Block a user