Improves autobuilder log message
This commit is contained in:
parent
1e7001479f
commit
0a7d6c210b
1 changed files with 4 additions and 1 deletions
|
|
@ -23,7 +23,10 @@ export async function determineAutobuildLanguages(
|
|||
(await codeql.supportsFeature(ToolsFeature.TraceCommandUseBuildMode))) ||
|
||||
config.buildMode === BuildMode.Manual
|
||||
) {
|
||||
logger.info(`Using ${config.buildMode} build mode, nothing to autobuild.`);
|
||||
logger.info(
|
||||
`Using build mode "${config.buildMode}", nothing to autobuild. ` +
|
||||
`See ${DocUrl.CODEQL_BUILD_MODES} for more information.`,
|
||||
);
|
||||
return undefined;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue