Skip to content

Commit

Permalink
fix: exit code of get address command
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed May 28, 2021
1 parent 419d52e commit fddd2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/commands/account.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ async function getAddress (walletPath, options) {
}
}
}
exit(1)
exit()
}
)
} catch (e) {
Expand Down

0 comments on commit fddd2b0

Please sign in to comment.