mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
fix uasp regression
This commit is contained in:
committed by
Aiden McClelland
parent
4a7c0643ce
commit
c453f5c144
@@ -231,6 +231,7 @@ impl DependencyError {
|
||||
.get(db, true)
|
||||
.await?;
|
||||
if status.main.running() {
|
||||
dbg!((id, dependency));
|
||||
DependencyError::HealthChecksFailed {
|
||||
failures: BTreeMap::new(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user