We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f6c229 commit 9bd852aCopy full SHA for 9bd852a
extensions/ql-vscode/src/variant-analysis/variant-analysis-manager.ts
@@ -634,7 +634,9 @@ export class VariantAnalysisManager
634
(e.code === "ETIMEDOUT" || e.code === "ECONNRESET")
635
) {
636
void extLogger.log(
637
- `Timeout while trying to download variant analysis with id: ${variantAnalysis.id}. Retrying...`,
+ `Timeout while trying to download variant analysis with id: ${
638
+ variantAnalysis.id
639
+ }. Error: ${getErrorMessage(e)}. Retrying...`,
640
);
641
continue;
642
}
0 commit comments