fix(JobExecutor#exec): forward the error
This commit is contained in:
parent
6d1e410bfd
commit
81b0223f73
@ -124,6 +124,8 @@ export default class JobExecutor {
|
|||||||
runJobId,
|
runJobId,
|
||||||
error: serializeError(error)
|
error: serializeError(error)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
throw error
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user