Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
worker: send correct error status for worker init
When the worker is created, in case of failure when a separate isolate is not able to get created, we tend to throw out of memory error for that worker which is not the case. Correct error code as per semantic should be thrown which is in our case is `ERR_WORKER_INIT_FAILED`.
- Loading branch information