Skip to content

Commit 0c4f8c8

Browse files
committed
fixed usage of xmldom
1 parent 7526b3f commit 0c4f8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debug/dbgp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { EventEmitter } from "events";
22
import * as WebSocket from "ws";
33
import * as iconv from "iconv-lite";
4-
import { DOMParser } from "xmldom";
4+
import { DOMParser } from "@xmldom/xmldom";
55

66
/** The encoding all XDebug messages are encoded with */
77
export const ENCODING = "iso-8859-1";

0 commit comments

Comments
 (0)