Skip to content

Commit

Permalink
chore: #310 更换xmlrpc解析库-通用同一套请求逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Jan 6, 2023
1 parent d49f535 commit 511a9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/simple-xmlrpc/impl/chromeXmlrpc.ts
Expand Up @@ -66,7 +66,7 @@ async function doChromeFetch(

const deserializer = new Deserializer("utf-8")
data = await deserializer.deserializeMethodResponse(resText)
logger.debug("fetchChromeXmlrpc=结束,data=>", data)
logger.debug("fetchChromeXmlrpc结束,data=>", data)
}

return data
Expand Down

0 comments on commit 511a9f5

Please sign in to comment.