Commit Diff
--- lib/worktree.c +++ lib/worktree.c @@ -3891,7 +3891,6 @@ struct find_missing_children_args { struct got_pathlist_head *children; got_cancel_cb cancel_cb; void *cancel_arg; - }; static const struct got_error * @@ -4019,6 +4018,8 @@ worktree_status(struct got_worktree *worktree, const c &ignores, no_ignores, status_cb, status_arg, cancel_cb, cancel_arg); + if (err) + goto done; } } } else {