fix: await async method
This commit is contained in:
parent
5b59cdcd0d
commit
95e7633e19
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ async function serialSigner(path) {
|
|||
|
||||
this.writer = textEncoder.writable.getWriter()
|
||||
|
||||
this.hwwPing()
|
||||
await this.hwwPing()
|
||||
|
||||
return true
|
||||
} catch (error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue