We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e146e7a commit fa3e3ffCopy full SHA for fa3e3ff
extensions/ql-vscode/src/query-results.ts
@@ -200,7 +200,13 @@ export class LocalQueryInfo {
200
private cancellationSource?: CancellationTokenSource, // used to cancel in progress queries
201
public failureReason?: string,
202
public completedQuery?: CompletedQueryInfo,
203
- public evalutorLogPaths?: EvaluatorLogPaths,
+ public evalutorLogPaths: EvaluatorLogPaths = {
204
+ log: undefined,
205
+ humanReadableSummary: undefined,
206
+ endSummary: undefined,
207
+ jsonSummary: undefined,
208
+ summarySymbols: undefined,
209
+ },
210
) {
211
/**/
212
}
0 commit comments