mirror of
https://github.com/github/codeql-action.git
synced 2026-05-07 22:30:44 +00:00
Log Go env variable warning in init
This commit is contained in:
Generated
+1
-1
@@ -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;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user