mirror of
https://github.com/github/codeql-action.git
synced 2025-12-24 08:10:06 +08:00
rename CLI to runner
This commit is contained in:
4
lib/logging.js
generated
4
lib/logging.js
generated
@@ -12,7 +12,7 @@ function getActionsLogger() {
|
||||
return core;
|
||||
}
|
||||
exports.getActionsLogger = getActionsLogger;
|
||||
function getCLILogger() {
|
||||
function getRunnerLogger() {
|
||||
return {
|
||||
debug: console.debug,
|
||||
info: console.info,
|
||||
@@ -22,5 +22,5 @@ function getCLILogger() {
|
||||
endGroup: () => undefined,
|
||||
};
|
||||
}
|
||||
exports.getCLILogger = getCLILogger;
|
||||
exports.getRunnerLogger = getRunnerLogger;
|
||||
//# sourceMappingURL=logging.js.map
|
||||
Reference in New Issue
Block a user