This commit is contained in:
toom1996
2025-07-11 14:54:09 +08:00
parent 8b31aa1355
commit 4cde0fb334

View File

@ -33,7 +33,7 @@ export class JsonRpcClient {
params,
id: Date.now(),
}
console.log(req)
const message = JSON.stringify(req) + '\n'