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 bcd0306ad6
commit 1d4c177c64
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(())