mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
TODO: handle error of optimal retention
This commit is contained in:
parent
7f0a5570e7
commit
80a5b3803e
1 changed files with 2 additions and 0 deletions
|
@ -219,6 +219,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
} catch (err) {
|
||||||
|
// TODO: handle error
|
||||||
} finally {
|
} finally {
|
||||||
computingRetention = false;
|
computingRetention = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue