fix: await async method

This commit is contained in:
Vlad Stan 2022-08-19 18:05:05 +03:00
parent 5b59cdcd0d
commit 95e7633e19

View file

@ -112,7 +112,7 @@ async function serialSigner(path) {
this.writer = textEncoder.writable.getWriter()
this.hwwPing()
await this.hwwPing()
return true
} catch (error) {