Update extensions/ql-vscode/src/variant-analysis/variant-analysis-manager.ts
This commit is contained in:
committed by
GitHub
parent
65cfd851f2
commit
6f6c229ca3
@@ -639,7 +639,7 @@ export class VariantAnalysisManager
|
||||
continue;
|
||||
}
|
||||
void extLogger.log(
|
||||
`Failed to download variable analysis after ${retry} attempts.`,
|
||||
`Failed to download variant analysis after ${retry} attempts.`,
|
||||
);
|
||||
throw e;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user