chore(JobExecutor): use utils/serializeError()
This commit is contained in:
parent
7d1f9e33fe
commit
7286ddc338
@ -176,7 +176,7 @@ export default class JobExecutor {
|
|||||||
event: 'jobCall.end',
|
event: 'jobCall.end',
|
||||||
runJobId,
|
runJobId,
|
||||||
runCallId,
|
runCallId,
|
||||||
error: {...reason, message: reason.message}
|
error: serializeError(reason)
|
||||||
})
|
})
|
||||||
|
|
||||||
call.error = reason
|
call.error = reason
|
||||||
|
Loading…
Reference in New Issue
Block a user