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.writer = textEncoder.writable.getWriter()
|
||||||
|
|
||||||
this.hwwPing()
|
await this.hwwPing()
|
||||||
|
|
||||||
return true
|
return true
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue