fix(commit): refs #6403 hotFix add commit #2088

Merged
pablone merged 4 commits from 6403-hotFix-master into master 2024-02-23 13:45:29 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c8e0195510 - Show all commits

View File

@ -94,7 +94,7 @@ module.exports = Self => {
if (tx) await tx.commit();
} catch (error) {
if (tx) await tx.rollback();
throw new UserError(`Cant update `);
throw error;
}
return file;
};