Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
69f73409
Unverified
Commit
69f73409
authored
Sep 17, 2020
by
Benjamin Kampmann
Committed by
GitHub
Sep 17, 2020
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
Changes
2
Pipelines
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
69f73409
This diff is collapsed.
Click to expand it.
cli/src/command.rs
View file @
69f73409
...
...
@@ -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
()))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment