Merge pull request #4979 from Budibase/automation-trace
Add trace to automation errors
This commit is contained in:
commit
cd3f606cff
|
@ -22,6 +22,7 @@ exports.processEvent = async job => {
|
|||
console.error(
|
||||
`${job.data.automation.appId} automation ${job.data.automation._id} was unable to run - ${err}`
|
||||
)
|
||||
console.trace(err)
|
||||
return { err }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue