Don't call trace-command when the indirect tracer has already been started

This commit is contained in:
Henry Mercer 2024-05-09 14:25:25 +01:00
parent 7d9b7a1870
commit 7a6352f8e6
9 changed files with 12 additions and 55 deletions

2
lib/autobuild.js generated
View file

@ -145,7 +145,7 @@ async function runAutobuild(config, language, features, logger) {
await codeQL.extractUsingBuildMode(config, language);
}
else {
await codeQL.runAutobuild(config, language, features);
await codeQL.runAutobuild(config, language);
}
if (language === languages_1.Language.go) {
core.exportVariable(environment_1.EnvVar.DID_AUTOBUILD_GOLANG, "true");