fix: add back some extra info on display
This commit is contained in:
parent
c113582404
commit
5e3a902c75
|
@ -10,7 +10,7 @@ pub enum Error {
|
||||||
FlatDecode(#[from] flat_rs::de::Error),
|
FlatDecode(#[from] flat_rs::de::Error),
|
||||||
#[error("{0}")]
|
#[error("{0}")]
|
||||||
FragmentDecode(#[from] pallas_primitives::Error),
|
FragmentDecode(#[from] pallas_primitives::Error),
|
||||||
#[error("{}", .0)]
|
#[error("{}\n\n{:#?}\n\n{}", .0, .1, .2.join("\n"))]
|
||||||
Machine(machine::Error, ExBudget, Vec<String>),
|
Machine(machine::Error, ExBudget, Vec<String>),
|
||||||
#[error("Native script can't be executed in phase-two")]
|
#[error("Native script can't be executed in phase-two")]
|
||||||
NativeScriptPhaseTwo,
|
NativeScriptPhaseTwo,
|
||||||
|
|
Loading…
Reference in New Issue