mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-02 13:05:57 -04:00
install: Report errors when finding deps
This commit is contained in:
@@ -482,7 +482,10 @@ flatpak_transaction_add_ref (FlatpakTransaction *self,
|
||||
}
|
||||
|
||||
if (self->add_deps)
|
||||
add_deps (self, metakey, remote, ref, error);
|
||||
{
|
||||
if (!add_deps (self, metakey, remote, ref, error))
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
flatpak_transaction_add_op (self, remote, ref, subpaths, commit, !is_update, is_update);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user