Skip to content

Commit 2293cc3

Browse files
asgerfaeisenberg
andauthored
Update extensions/ql-vscode/src/log-insights/log-scanner.ts
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
1 parent 6f461e7 commit 2293cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/log-insights/log-scanner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export async function scanLog<T extends EvaluationLogScanner>(
126126
progress?: ProgressCallback,
127127
): Promise<T> {
128128
progress?.({
129-
// XXX all scans have step 1 - the backing progress tracker allows increments instead of steps - but for now we are happy with a tiny UI that says what is happening
129+
// all scans have step 1 - the backing progress tracker allows increments instead of steps - but for now we are happy with a tiny UI that says what is happening
130130
message: `Scanning ...`,
131131
step: 1,
132132
maxStep: 2,

0 commit comments

Comments
 (0)