Return when we detect no queries

This commit is contained in:
Robert
2024-01-16 16:33:16 +00:00
parent ff8def3e7d
commit 9dc37ebf33

View File

@@ -241,6 +241,7 @@ export class VariantAnalysisManager
void this.app.logger.showErrorMessage(
`Unable to trigger variant analysis. No problem queries found in published query pack: ${packName}.`,
);
return;
}
return withProgress((progress, token) =>