refs #6915 master into test #2092

Merged
juan merged 22 commits from master into test 2024-02-23 18:02:08 +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;
};