fix: help command
This commit is contained in:
parent
1c03b28b77
commit
19dfef6044
1 changed files with 1 additions and 0 deletions
|
|
@ -499,6 +499,7 @@ async function serialSigner(path) {
|
||||||
},
|
},
|
||||||
hwwHelp: async function () {
|
hwwHelp: async function () {
|
||||||
try {
|
try {
|
||||||
|
await this.sendCommandSecure(COMMAND_HELP)
|
||||||
this.$q.notify({
|
this.$q.notify({
|
||||||
type: 'positive',
|
type: 'positive',
|
||||||
message: 'Check display or console for details!',
|
message: 'Check display or console for details!',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue