Tweak debug logging message
This commit is contained in:
parent
f47f573e6e
commit
b469d5358f
3 changed files with 3 additions and 3 deletions
2
lib/codeql.js
generated
2
lib/codeql.js
generated
|
|
@ -237,7 +237,7 @@ async function setupCodeQL(codeqlURL, apiDetails, tempDir, variant, featureFlags
|
||||||
// into the toolcache.
|
// into the toolcache.
|
||||||
codeqlURL === undefined &&
|
codeqlURL === undefined &&
|
||||||
(await featureFlags.getValue(feature_flags_1.FeatureFlag.BypassToolcacheEnabled))
|
(await featureFlags.getValue(feature_flags_1.FeatureFlag.BypassToolcacheEnabled))
|
||||||
? "a specific version of CodeQL was not requested, and the bypass toolcache feature flag is enabled"
|
? "a specific version of CodeQL was not requested and the bypass toolcache feature flag is enabled"
|
||||||
: undefined;
|
: undefined;
|
||||||
const forceLatest = forceLatestReason !== undefined;
|
const forceLatest = forceLatestReason !== undefined;
|
||||||
if (forceLatest) {
|
if (forceLatest) {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -442,7 +442,7 @@ export async function setupCodeQL(
|
||||||
// into the toolcache.
|
// into the toolcache.
|
||||||
codeqlURL === undefined &&
|
codeqlURL === undefined &&
|
||||||
(await featureFlags.getValue(FeatureFlag.BypassToolcacheEnabled))
|
(await featureFlags.getValue(FeatureFlag.BypassToolcacheEnabled))
|
||||||
? "a specific version of CodeQL was not requested, and the bypass toolcache feature flag is enabled"
|
? "a specific version of CodeQL was not requested and the bypass toolcache feature flag is enabled"
|
||||||
: undefined;
|
: undefined;
|
||||||
const forceLatest = forceLatestReason !== undefined;
|
const forceLatest = forceLatestReason !== undefined;
|
||||||
if (forceLatest) {
|
if (forceLatest) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue