Closed
Description
Return errors in CodeExecutor class
Errors (if any) thrown from the by this.work()
are not caught/handled in Worker.ts
.
Lines 50 to 58 in b69766f
The goal is to reject the promise in this.queue.on('global:completed')
in the CodeExecutor
class if the Worker ran into an error.
code-executor/src/CodeExecutor.ts
Lines 17 to 27 in b69766f