mirror of
https://github.com/Zenithsiz/zbuild.git
synced 2026-02-04 06:28:57 +00:00
Fixed error trace formatting the target with debug output.
This commit is contained in:
parent
b90edfa509
commit
71eb625fb7
@ -213,7 +213,7 @@ async fn build_target<'s, T: BuildableTargetInner<'s> + std::fmt::Display + std:
|
||||
println!("{target}");
|
||||
};
|
||||
},
|
||||
Err(err) => tracing::error!(?target, err=?anyhow::Error::new(err), "Unable to build target"),
|
||||
Err(err) => tracing::error!(%target, err=?anyhow::Error::new(err), "Unable to build target"),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user