We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea5d33 commit 50b507dCopy full SHA for 50b507d
extensions/ql-vscode/src/remote-queries/variant-analysis-processor.ts
@@ -51,7 +51,7 @@ export function processVariantAnalysis(
51
};
52
53
if (response.failure_reason) {
54
- variantAnalysis.failureReason = response.failure_reason as VariantAnalysisFailureReason;
+ variantAnalysis.failureReason = processFailureReason(response.failure_reason);
55
}
56
57
return variantAnalysis;
0 commit comments