mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 05:51:02 +00:00
Unbreak master (#1729)
* Update Cargo.lock to unbreak master * missing using the result
This commit is contained in:
committed by
GitHub
parent
9bb374fb90
commit
b7c9f71ad0
Generated
+138
-135
File diff suppressed because it is too large
Load Diff
@@ -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()))
|
||||||
|
|||||||
Reference in New Issue
Block a user