fix bug
This commit is contained in:
parent
1cdfd7d1ac
commit
0d74d43eb6
@ -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."
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user