Skip to content

Commit d05cdf4

Browse files
committed
Fix missing import
1 parent 38849f7 commit d05cdf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/ql-vscode/src/common/jsonl-reader.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { stat } from "fs/promises";
22
import { createReadStream } from "fs-extra";
3+
import type { BaseLogger } from "./logging";
34

45
const doubleLineBreakRegexp = /\n\r?\n/;
56

0 commit comments

Comments
 (0)