Address review comments
This commit is contained in:
parent
115587a52c
commit
b660a383cf
3 changed files with 3 additions and 3 deletions
|
|
@ -154,7 +154,7 @@ export async function tryFindCliVersionDotcomOnly(
|
|||
return tryGetCodeQLCliVersionForRelease(release.data, logger);
|
||||
} catch (e) {
|
||||
logger.debug(
|
||||
`Failed to find the CLI version for the CodeQL bundle tagged ${tagName}. Error: ${
|
||||
`Failed to find the CLI version for the CodeQL bundle tagged ${tagName}. ${
|
||||
e instanceof Error ? e.message : e
|
||||
}`
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue