Skip to content

Commit 154b4a2

Browse files
henrymerceraeisenberg
authored andcommitted
Fix missing call to showAndLogErrorMessage
1 parent 650f4ca commit 154b4a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/src/upgrades.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export async function upgradeDatabase(
152152

153153
if (compileUpgradeResult.compiledUpgrades === undefined) {
154154
const error = compileUpgradeResult.error || '[no error message available]';
155-
(`Compilation of database upgrades failed: ${error}`);
155+
showAndLogErrorMessage(`Compilation of database upgrades failed: ${error}`);
156156
return;
157157
}
158158

0 commit comments

Comments
 (0)