Skip to content

Commit 8b59c12

Browse files
committed
Move log-insights/jsonl-reader.ts to /common/jsonl-reader.ts
1 parent 616e2be commit 8b59c12

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { SummaryEvent } from "./log-summary";
2-
import { readJsonlFile } from "./jsonl-reader";
2+
import { readJsonlFile } from "../common/jsonl-reader";
33

44
/**
55
* Callback interface used to report diagnostics from a log scanner.

extensions/ql-vscode/src/pure/log-summary-parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { readJsonlFile } from "../log-insights/jsonl-reader";
1+
import { readJsonlFile } from "../common/jsonl-reader";
22

33
// TODO(angelapwen): Only load in necessary information and
44
// location in bytes for this log to save memory.

0 commit comments

Comments
 (0)