Fix formatting
This commit is contained in:
parent
b808216778
commit
2fc7222394
3 changed files with 7 additions and 3 deletions
|
|
@ -615,7 +615,9 @@ export async function getCodeQLForCmd(
|
|||
const overwriteFlag = isSupportedToolsFeature(
|
||||
await this.getVersion(),
|
||||
ToolsFeature.ForceOverwite,
|
||||
) ? "--force-overwrite" : "--overwrite";
|
||||
)
|
||||
? "--force-overwrite"
|
||||
: "--overwrite";
|
||||
|
||||
await runTool(
|
||||
cmd,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue