mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-06-15 22:40:47 +00:00
feat: update dependencies, node
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ export function parseXML(str: string): Promise<any> {
|
||||
if (!str) {
|
||||
reject(new Error("Document is empty"));
|
||||
} else {
|
||||
xmlParser.parseString(str, (err?: Error, res?: any) => {
|
||||
xmlParser.parseString(str, (err: any, res: any) => {
|
||||
if (err) {
|
||||
reject(err);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user