Unverified Commit 69f73409 authored by Benjamin Kampmann's avatar Benjamin Kampmann Committed by GitHub
Browse files

Unbreak master (#1729)

* Update Cargo.lock to unbreak master

* missing using the result
parent f63d83f8
Pipeline #107418 passed with stages
in 20 minutes and 45 seconds
This diff is collapsed.
......@@ -248,7 +248,7 @@ pub fn run() -> Result<()> {
})
},
Some(Subcommand::ValidationWorker(cmd)) => {
sc_cli::init_logger("", sc_tracing::TracingReceiver::Log, None);
let _ = sc_cli::init_logger("", sc_tracing::TracingReceiver::Log, None);
if cfg!(feature = "browser") {
Err(sc_cli::Error::Input("Cannot run validation worker in browser".into()))
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment