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

This commit is contained in:
Jaroslav Lobačevski
2023-05-23 23:24:18 +02:00
committed by GitHub
parent 65cfd851f2
commit 6f6c229ca3

View File

@@ -639,7 +639,7 @@ export class VariantAnalysisManager
continue; continue;
} }
void extLogger.log( void extLogger.log(
`Failed to download variable analysis after ${retry} attempts.`, `Failed to download variant analysis after ${retry} attempts.`,
); );
throw e; throw e;
} }