You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct Preconditions error message in WorkerFactory (#2693)
Correct Preconditions message for WorkerFactory#start
The original code had `State.Initial.name()` duplicated in the error message,
which was likely a copy-paste error. The fix correctly shows `State.Initial`
and `State.Started` as the expected states.
0 commit comments