Stop variant analysis from published pack if no language selected (#3261)
This commit is contained in:
@@ -223,6 +223,9 @@ export class VariantAnalysisManager
|
||||
});
|
||||
|
||||
const language = await askForLanguage(this.cliServer);
|
||||
if (!language) {
|
||||
return;
|
||||
}
|
||||
|
||||
progress({
|
||||
maxStep: 8,
|
||||
|
||||
Reference in New Issue
Block a user