handled some unwraps in cd

error reporting now blames the function call span instead of the errored command inside the function
This commit is contained in:
2026-02-19 18:27:51 -05:00
parent 7a24f91334
commit 18e36622a0
2 changed files with 11 additions and 3 deletions

View File

@@ -319,7 +319,7 @@ impl Dispatcher {
state::set_status(*code);
Ok(())
}
_ => Err(e),
_ => Err(e).blame(blame),
}
} else {
Ok(())