feat: Improve error output during extraction
This commit is contained in:
parent
b8b4802cd9
commit
5cc97959a5
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ where
|
||||||
.wrap_err("Failed to decompile")
|
.wrap_err("Failed to decompile")
|
||||||
.with_section(|| name.header("File"));
|
.with_section(|| name.header("File"));
|
||||||
|
|
||||||
tracing::error!("{:#}", err);
|
tracing::error!("{:?}", err);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue