Unbreak master (#1729)

* Update Cargo.lock to unbreak master

* missing using the result
This commit is contained in:
Benjamin Kampmann
2020-09-17 14:01:10 +02:00
committed by GitHub
parent 9bb374fb90
commit b7c9f71ad0
2 changed files with 139 additions and 136 deletions
+138 -135
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -248,7 +248,7 @@ pub fn run() -> Result<()> {
}) })
}, },
Some(Subcommand::ValidationWorker(cmd)) => { 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") { if cfg!(feature = "browser") {
Err(sc_cli::Error::Input("Cannot run validation worker in browser".into())) Err(sc_cli::Error::Input("Cannot run validation worker in browser".into()))