File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import * as semver from "semver" ;
2- import { runCodeQlCliCommand } from "./codeql-cli/ cli" ;
3- import { Logger } from "./common" ;
4- import { getErrorMessage } from "./pure/helpers-pure" ;
2+ import { runCodeQlCliCommand } from "./cli" ;
3+ import { Logger } from ".. /common" ;
4+ import { getErrorMessage } from ".. /pure/helpers-pure" ;
55
66/**
77 * Get the version of a CodeQL CLI.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
1313 showAndLogWarningMessage ,
1414} from "./helpers" ;
1515import { extLogger } from "./common" ;
16- import { getCodeQlCliVersion } from "./cli-version" ;
16+ import { getCodeQlCliVersion } from "./codeql-cli/ cli-version" ;
1717import { ProgressCallback , reportStreamProgress } from "./progress" ;
1818import {
1919 codeQlLauncherName ,
You can’t perform that action at this time.
0 commit comments