Revert changes

This commit is contained in:
Arthur Baars
2022-07-21 19:45:21 +02:00
parent ceec52c4bc
commit 8a65a9e73d
3 changed files with 4 additions and 15 deletions

10
lib/codeql.js generated
View File

@@ -510,13 +510,7 @@ async function getCodeQLForCmd(cmd, checkVersion) {
"-Dhttp.keepAlive=false",
"-Dmaven.wagon.http.pool=false",
].join(" ");
const runnerExe = process.env["CODEQL_RUNNER"];
if (runnerExe) {
await runTool(runnerExe, [autobuildCmd]);
}
else {
await runTool(autobuildCmd);
}
await runTool(autobuildCmd);
},
async extractScannedLanguage(databasePath, language, featureFlags) {
// Get extractor location
@@ -808,4 +802,4 @@ async function runTool(cmd, args = []) {
throw new CommandInvocationError(cmd, args, exitCode, error);
return output;
}
//# sourceMappingURL=codeql.js.map
//# sourceMappingURL=codeql.js.map