Debug logs
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2022-09-07 11:50:02 +02:00
parent 48916e2b07
commit aec053868d
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@ module.exports = Self => {
const toTable = table.toTable;
const baseName = table.fileName;
console.log(`Starting transaction...`);
const tx = await Self.beginTransaction({});
console.log(`Started transaction`);
try {