Merge pull request #357 from vatesfr/marsaudf-fix-job-log-error

Add message to job log error
This commit is contained in:
Olivier Lambert 2016-07-07 15:26:15 +02:00 committed by GitHub
commit 3e8e2222c1

View File

@ -141,7 +141,7 @@ export default class JobExecutor {
event: 'jobCall.end',
runJobId,
runCallId,
error: reason
error: {...reason, message: reason.message}
})
call.error = reason