feat: when CI event source closes, log the error
modified src/logger.rs
@@ -11,7 +11,7 @@ use tracing_subscriber::{fmt, layer::SubscriberExt, util::SubscriberInitExt, Env
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -529,10 +529,11 @@ pub fn queueadd_start() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/queueadd.rs
@@ -61,7 +61,7 @@ impl QueueAdder {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|