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 cb4bfbc commit 6333c9eCopy full SHA for 6333c9e
extensions/ql-vscode/src/variant-analysis/view-autofixes.ts
@@ -577,6 +577,7 @@ async function downloadPublicCommitSource(
577
);
578
}
579
} catch (error) {
580
+ await remove(checkoutDir);
581
throw new Error(
582
`Failed to download ${nwo} at ${sha}:. Reason: ${getErrorMessage(error)}`,
583
0 commit comments