Skip to content

Commit c26b90a

Browse files
committed
Catch failure
1 parent 8ef5363 commit c26b90a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/settings/SettingsStore.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,9 @@ export default class SettingsStore {
744744
} // else, we don't set anything and use the server value
745745
};
746746

747-
void doMigration();
747+
doMigration().catch((e) => {
748+
logger.error("Failed to migrate media config settings", e);
749+
});
748750
}
749751

750752
/**

0 commit comments

Comments
 (0)