Skip to content

Commit 41e0702

Browse files
Dave Bartolomeoaeisenberg
andauthored
Update extensions/ql-vscode/src/run-queries-shared.ts
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
1 parent c712b29 commit 41e0702

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

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

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

0 commit comments

Comments
 (0)