fix: await async method
This commit is contained in:
@@ -112,7 +112,7 @@ async function serialSigner(path) {
|
||||
|
||||
this.writer = textEncoder.writable.getWriter()
|
||||
|
||||
this.hwwPing()
|
||||
await this.hwwPing()
|
||||
|
||||
return true
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user