Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
txn: Let first error win vs cancellation
Basically since we're doing internal async ops which set the cancellable on failure, we still want the first error to win since it'll be more useful. See the docs for `g_task_set_check_cancellable()` for more.
- Loading branch information