We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a00db34 commit a8cd9c2Copy full SHA for a8cd9c2
1 file changed
extensions/ql-vscode/src/run-queries-shared.ts
@@ -653,8 +653,7 @@ export async function generateEvalLogSummaries(
653
654
/**
655
* 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.
+ * @param cliServer The cli server client. * @param outputDir The query's output directory, where all of the logs are located.
658
* @returns True if the summary and end summary were generated, or false if not.
659
*/
660
async function generateHumanReadableLogSummary(
0 commit comments