Skip to content

Commit f12b62f

Browse files
Move zip.ts to /common
1 parent 90e94e0 commit f12b62f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
} from "./shared/variant-analysis";
1717
import { DisposableObject, DisposeHandler } from "../common/disposable-object";
1818
import { EventEmitter } from "vscode";
19-
import { unzipFile } from "../pure/zip";
19+
import { unzipFile } from "../common/zip";
2020
import { readRepoTask, writeRepoTask } from "./repo-tasks-store";
2121

2222
type CacheKey = `${number}/${string}`;

0 commit comments

Comments
 (0)