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 6333c9e commit 0e6aa81Copy full SHA for 0e6aa81
extensions/ql-vscode/src/variant-analysis/view-autofixes.ts
@@ -560,9 +560,7 @@ async function downloadPublicCommitSource(
560
await unzipToDirectoryConcurrently(
561
archivePath,
562
checkoutDir,
563
- progressCallback
564
- ? reportUnzipProgress(`Unzipping source root...`, progressCallback)
565
- : undefined,
+ reportUnzipProgress(`Unzipping source root...`, progressCallback),
566
);
567
await remove(archivePath);
568
0 commit comments