mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 22:23:17 +08:00
c476037c97
Before this PR we are raising just RayTaskError, this means errors like RayActorError(Actor Died) won't be propogated and thrown at `await object_ref`. This PR fixes that.