Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7d76eae

Browse files
committedFeb 19, 2020
Fix execute message.
1 parent 426d687 commit 7d76eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎did

+1-1
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ function _runLedgerCommand(command, argv) {
631631
}
632632
if(argv.verbose >= 1) {
633633
console.log(
634-
`Executing "${command}" using ledger "${argv.ledger}"...`);
634+
`Executing ${command} on ${argv.type} ledger in ${argv.mode} mode...`);
635635
}
636636
const api = driver[command];
637637
if(!api) {

0 commit comments

Comments
 (0)
Please sign in to comment.