Debugging logs
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
f3eb36f8ee
commit
b98ac4f233
|
@ -81,6 +81,8 @@ module.exports = Self => {
|
|||
}
|
||||
|
||||
const AdmZip = require('adm-zip');
|
||||
console.log(paths.remoteFile);
|
||||
console.log(paths.tempFile);
|
||||
const zip = new AdmZip(paths.tempFile);
|
||||
const entries = zip.getEntries();
|
||||
|
||||
|
@ -131,8 +133,8 @@ module.exports = Self => {
|
|||
|
||||
const rawPath = path.join(paths.tempDir, entryName);
|
||||
|
||||
const tx = await Self.beginTransaction({});
|
||||
try {
|
||||
const tx = await Self.beginTransaction({});
|
||||
const options = {transaction: tx};
|
||||
|
||||
const tableName = `edi.${toTable}`;
|
||||
|
|
Loading…
Reference in New Issue