Move zip.ts to /common

This commit is contained in:
Robert
2023-06-21 09:45:39 +01:00
parent 90e94e04fc
commit f12b62fa9d
2 changed files with 1 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ import {
} from "./shared/variant-analysis";
import { DisposableObject, DisposeHandler } from "../common/disposable-object";
import { EventEmitter } from "vscode";
import { unzipFile } from "../pure/zip";
import { unzipFile } from "../common/zip";
import { readRepoTask, writeRepoTask } from "./repo-tasks-store";
type CacheKey = `${number}/${string}`;