Log Go env variable warning in init

This commit is contained in:
Angela P Wen
2022-11-07 13:03:21 -08:00
parent 643bfc578b
commit 0704246ff3
27 changed files with 81 additions and 109 deletions
Generated
+1 -1
View File
@@ -63,7 +63,7 @@ async function runInit(codeql, config, sourceRoot, processName, processLevel, fe
catch (e) {
throw processError(e);
}
return await (0, tracer_config_1.getCombinedTracerConfig)(config, codeql, logger);
return await (0, tracer_config_1.getCombinedTracerConfig)(config, codeql);
}
exports.runInit = runInit;
/**