Skip to content

Commit a8cd9c2

Browse files
author
Dave Bartolomeo
committed
Fix bad param reference
1 parent a00db34 commit a8cd9c2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

extensions/ql-vscode/src/run-queries-shared.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,8 +653,7 @@ export async function generateEvalLogSummaries(
653653

654654
/**
655655
* Calls the appropriate CLI command to generate a human-readable log summary.
656-
* @param qs The query server client.
657-
* @param outputDir The query's output directory, where all of the logs are located.
656+
* @param cliServer The cli server client. * @param outputDir The query's output directory, where all of the logs are located.
658657
* @returns True if the summary and end summary were generated, or false if not.
659658
*/
660659
async function generateHumanReadableLogSummary(

0 commit comments

Comments
 (0)