Don't call trace-command when the indirect tracer has already been started
This commit is contained in:
parent
7d9b7a1870
commit
7a6352f8e6
9 changed files with 12 additions and 55 deletions
|
|
@ -173,7 +173,7 @@ export async function runAutobuild(
|
|||
) {
|
||||
await codeQL.extractUsingBuildMode(config, language);
|
||||
} else {
|
||||
await codeQL.runAutobuild(config, language, features);
|
||||
await codeQL.runAutobuild(config, language);
|
||||
}
|
||||
if (language === Language.go) {
|
||||
core.exportVariable(EnvVar.DID_AUTOBUILD_GOLANG, "true");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue