Make all instances of doc links in logs clickable
This commit is contained in:
parent
0e346f2c4a
commit
7cb4b5a421
12 changed files with 24 additions and 22 deletions
5
lib/codeql.js
generated
5
lib/codeql.js
generated
|
|
@ -360,8 +360,9 @@ async function getCodeQLForCmd(cmd, checkVersion) {
|
|||
if (config.buildMode === util_1.BuildMode.Autobuild) {
|
||||
const prefix = "We were unable to automatically build your code. " +
|
||||
"Please change the build mode for this language to manual and specify build steps " +
|
||||
"for your project. For more information, see " +
|
||||
"https://docs.github.com/en/code-security/code-scanning/troubleshooting-code-scanning/automatic-build-failed.";
|
||||
"for your project. See " +
|
||||
"https://docs.github.com/en/code-security/code-scanning/troubleshooting-code-scanning/automatic-build-failed" +
|
||||
"for more information.";
|
||||
const ErrorConstructor = e instanceof util.ConfigurationError
|
||||
? util.ConfigurationError
|
||||
: Error;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue