We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c712b29 commit 41e0702Copy full SHA for 41e0702
1 file changed
extensions/ql-vscode/src/run-queries-shared.ts
@@ -653,7 +653,8 @@ export async function generateEvalLogSummaries(
653
654
/**
655
* 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.
+ * @param cliServer The cli server client.
657
+ * @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