aaa
This commit is contained in:
@ -38,7 +38,10 @@ async function sendMessageAndWaitForResponse(addres, message) {
|
||||
}
|
||||
async function runinws( message,addres){
|
||||
let aa=await sendMessageAndWaitForResponse(addres,message)
|
||||
|
||||
if(typeof aa[0]!="array"||aa.length==0)
|
||||
{
|
||||
aa=[Buffer.from("error")]
|
||||
}
|
||||
return aa
|
||||
|
||||
// console.log(aa[1].toString())
|
||||
|
Reference in New Issue
Block a user