This commit is contained in:
Abi Raja 2023-12-11 19:05:59 -05:00
parent 1cdfd7d1ac
commit 0d74d43eb6

View File

@ -245,8 +245,8 @@ function App() {
let historyTree; let historyTree;
try { try {
historyTree = extractHistoryTree(appHistory, currentVersion); historyTree = extractHistoryTree(appHistory, currentVersion);
addEvent("HistoryTreeFailed");
} catch { } catch {
addEvent("HistoryTreeFailed");
toast.error( toast.error(
"Version history is invalid. This shouldn't happen. Please contact support or open a Github issue." "Version history is invalid. This shouldn't happen. Please contact support or open a Github issue."
); );