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
2
lib/autobuild.js
generated
2
lib/autobuild.js
generated
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue