fix(src/bin/cib.rs): log failure of page updater thread
modified src/bin/cib.rs
@@ -19,7 +19,7 @@ use radicle_ci_broker::{
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -214,7 +214,7 @@ impl QueuedCmd {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -284,7 +284,7 @@ impl ProcessEventsCmd {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -316,6 +316,9 @@ enum CibError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|