fix: add back some extra info on display

This commit is contained in:
rvcas 2023-03-15 16:14:22 -04:00 committed by Lucas
parent c113582404
commit 5e3a902c75
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ pub enum Error {
FlatDecode(#[from] flat_rs::de::Error),
#[error("{0}")]
FragmentDecode(#[from] pallas_primitives::Error),
#[error("{}", .0)]
#[error("{}\n\n{:#?}\n\n{}", .0, .1, .2.join("\n"))]
Machine(machine::Error, ExBudget, Vec<String>),
#[error("Native script can't be executed in phase-two")]
NativeScriptPhaseTwo,