fix: await async method
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user