fix(JobExecutor#exec): forward the error

This commit is contained in:
Julien Fontanet 2016-07-29 15:25:36 +02:00
parent 6d1e410bfd
commit 81b0223f73

View File

@ -124,6 +124,8 @@ export default class JobExecutor {
runJobId,
error: serializeError(error)
})
throw error
}
}