Fix missing call to showAndLogErrorMessage
This commit is contained in:
committed by
Andrew Eisenberg
parent
650f4ca047
commit
154b4a2fe2
@@ -152,7 +152,7 @@ export async function upgradeDatabase(
|
||||
|
||||
if (compileUpgradeResult.compiledUpgrades === undefined) {
|
||||
const error = compileUpgradeResult.error || '[no error message available]';
|
||||
(`Compilation of database upgrades failed: ${error}`);
|
||||
showAndLogErrorMessage(`Compilation of database upgrades failed: ${error}`);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user