decred / politeia

ISC License
110 stars 75 forks source link

politeiavoter: Log errors in two unlogged error paths #1693

Closed jrick closed 1 year ago

jrick commented 1 year ago

main() does not have a catch-all log for errors returned by _main(), so it is the responsibility of _main() to print or log these for every error return.