Stop variant analysis from published pack if no language selected (#3261)

This commit is contained in:
Charis Kyriakou
2024-01-22 15:59:50 +00:00
committed by GitHub
parent 28aadb183b
commit 9644e5daee

View File

@@ -223,6 +223,9 @@ export class VariantAnalysisManager
});
const language = await askForLanguage(this.cliServer);
if (!language) {
return;
}
progress({
maxStep: 8,