You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following up from #3044 (comment), we should should check the uses of github.com/oasisprotocol/oasis-core/go/oasis-node/cmd/common.EarlyLogAndExit() and replace it with os.Exit() where appropriate to avoid printing error message twice (for an example, see f5f906b).
ISSUE TYPE
Clean-up
The text was updated successfully, but these errors were encountered:
we should should check the uses of github.com/oasisprotocol/oasis-core/go/oasis-node/cmd/common.EarlyLogAndExit() and replace it with os.Exit() where appropriate to avoid printing error message twice.
I did that in #3230, other uses cases are appropriate.
SUMMARY
Following up from #3044 (comment), we should should check the uses of
github.com/oasisprotocol/oasis-core/go/oasis-node/cmd/common.EarlyLogAndExit()
and replace it withos.Exit()
where appropriate to avoid printing error message twice (for an example, see f5f906b).ISSUE TYPE
The text was updated successfully, but these errors were encountered: