Skip to content

Commit

Permalink
TODO: handle error of optimal retention
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock committed Apr 14, 2024
1 parent 7f0a557 commit 80a5b38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ts/routes/deck-options/FsrsOptions.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
}
},
);
} catch (err) {
// TODO: handle error
} finally {
computingRetention = false;
}
Expand Down

0 comments on commit 80a5b38

Please sign in to comment.