Patch Changes
-
#9124
d0d62e6
Thanks @dario-piotrowicz! - make thatunstable_startWorker
can correctly throw configuration errorsmake sure that
unstable_startWorker
can throw configuration related errors when:- the utility is called
- the worker's
setConfig
is called with thethrowErrors
argument set totrue
additionally when an error is thrown when
unstable_startWorker
is called make sure
that the worker is properly disposed (since, given the fact that it is not returned
by the utility the utility's caller wouldn't have any way to dispose it themselves)