Skip to content

Commit 9dc37eb

Browse files
Return when we detect no queries
1 parent ff8def3 commit 9dc37eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/ql-vscode/src/variant-analysis/variant-analysis-manager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ export class VariantAnalysisManager
241241
void this.app.logger.showErrorMessage(
242242
`Unable to trigger variant analysis. No problem queries found in published query pack: ${packName}.`,
243243
);
244+
return;
244245
}
245246

246247
return withProgress((progress, token) =>

0 commit comments

Comments
 (0)