Skip to content

Commit 76a271f

Browse files
committed
refactor: use one LineParser
1 parent 3e1f267 commit 76a271f

File tree

2 files changed

+1
-41
lines changed

2 files changed

+1
-41
lines changed

client/src/connection/itc/LineParser.ts

Lines changed: 0 additions & 40 deletions
This file was deleted.

client/src/connection/itc/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ import {
1818
getSecretStorage,
1919
} from "../../components/ExtensionContext";
2020
import { updateStatusBarItem } from "../../components/StatusBarItem";
21+
import { LineParser } from "../LineParser";
2122
import { Session } from "../session";
2223
import { extractOutputHtmlFileName } from "../util";
23-
import { LineParser } from "./LineParser";
2424
import {
2525
ERROR_END_TAG,
2626
ERROR_START_TAG,

0 commit comments

Comments
 (0)