Move distribution.ts to /common
This commit is contained in:
@@ -17,7 +17,7 @@ import {
|
||||
deprecatedCodeQlLauncherName,
|
||||
extractZipArchive,
|
||||
getRequiredAssetName,
|
||||
} from "../pure/distribution";
|
||||
} from "../common/distribution";
|
||||
import {
|
||||
InvocationRateLimiter,
|
||||
InvocationRateLimiterResultKind,
|
||||
|
||||
@@ -4,7 +4,7 @@ import {
|
||||
getRequiredAssetName,
|
||||
extractZipArchive,
|
||||
codeQlLauncherName,
|
||||
} from "../../src/pure/distribution";
|
||||
} from "../../src/common/distribution";
|
||||
import fetch from "node-fetch";
|
||||
import supportedCliVersions from "../../supported_cli_versions.json";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user