Skip to content

Commit 6f9060b

Browse files
committed
who is tom?
1 parent 8f23d8c commit 6f9060b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"rcon-srcds": "npm:rcon-srcds@2.1.0",
44
"fast-xml-parser": "npm:fast-xml-parser@4.5.0",
55
"html-entities": "npm:html-entities@2.5.2",
6-
"@std/toml": "jsr:@std/toml@1.0.2"
6+
"toml": "jsr:@std/toml@1.0.2"
77
}
88
}

main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {default as RCON} from "rcon-srcds";
22
import {XMLParser} from "fast-xml-parser";
33
import {decode} from "html-entities";
4-
import * as toml from "jsr:@std/toml";
4+
import * as toml from "toml";
55

66
const parser = new XMLParser({
77
ignoreAttributes: false, alwaysCreateTextNode: true, processEntities: false, //FIX: while changing songs VLC may fail to respond with stream info

0 commit comments

Comments
 (0)