We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650f4ca commit 154b4a2Copy full SHA for 154b4a2
1 file changed
extensions/ql-vscode/src/upgrades.ts
@@ -152,7 +152,7 @@ export async function upgradeDatabase(
152
153
if (compileUpgradeResult.compiledUpgrades === undefined) {
154
const error = compileUpgradeResult.error || '[no error message available]';
155
- (`Compilation of database upgrades failed: ${error}`);
+ showAndLogErrorMessage(`Compilation of database upgrades failed: ${error}`);
156
return;
157
}
158
0 commit comments