Merge remote-tracking branch 'upstream/main' into aeisenberg/ghes-pack-download

This commit is contained in:
Andrew Eisenberg 2022-09-06 10:22:00 -07:00
commit 7e086b240c
214 changed files with 3225 additions and 2419 deletions

2
lib/init.js generated
View file

@ -77,7 +77,7 @@ async function runInit(codeql, config, sourceRoot, processName, processLevel, fe
throw e;
}
}
return await (0, tracer_config_1.getCombinedTracerConfig)(config, codeql, logger);
return await (0, tracer_config_1.getCombinedTracerConfig)(config, codeql, await util.isGoExtractionReconciliationEnabled(featureFlags), logger);
}
exports.runInit = runInit;
// Runs a powershell script to inject the tracer into a parent process