refactor(uv step): check self update result if self-update feat is available (#1000)
refactor: check self update result if self-update feat is available
This commit is contained in:
@@ -1129,8 +1129,7 @@ pub fn run_uv(ctx: &ExecutionContext) -> Result<()> {
|
||||
ctx.run_type()
|
||||
.execute(&uv_exec)
|
||||
.args(["self", "update"])
|
||||
.status_checked()
|
||||
.ok();
|
||||
.status_checked()?;
|
||||
}
|
||||
|
||||
ctx.run_type()
|
||||
|
||||
Reference in New Issue
Block a user