This commit is contained in:
toom1996
2025-07-24 17:03:05 +08:00
parent 3ba9239522
commit 915f457afd
7 changed files with 22 additions and 13 deletions

View File

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