Run npm run build
This commit is contained in:
parent
512c07d9a3
commit
5416d4f3b5
25 changed files with 49 additions and 52 deletions
2
lib/runner.js
generated
2
lib/runner.js
generated
|
|
@ -118,7 +118,7 @@ program
|
|||
if (process.platform === "win32") {
|
||||
await init_1.injectWindowsTracer(parseTraceProcessName(), parseTraceProcessLevel(), config, codeql, tracerConfig);
|
||||
}
|
||||
// Always output a json file of the env that can be consumed programatically
|
||||
// Always output a json file of the env that can be consumed programmatically
|
||||
const jsonEnvFile = path.join(config.tempDir, codeqlEnvJsonFilename);
|
||||
fs.writeFileSync(jsonEnvFile, JSON.stringify(tracerConfig.env));
|
||||
if (process.platform === "win32") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue