improve err
This commit is contained in:
parent
20f2ad8fb1
commit
fc490f5d13
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ impl TryConvert for BevyVec3 {
|
|||
impl From<magnus::Error> for ScriptingError {
|
||||
fn from(value: magnus::Error) -> Self {
|
||||
ScriptingError::RuntimeError(format!(
|
||||
"error: {}\nbacktrace:\n{}\n",
|
||||
"{}\nbacktrace:\n{}\n",
|
||||
value.inspect(),
|
||||
value
|
||||
.value()
|
||||
|
|
|
|||
Loading…
Reference in a new issue