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
Change error message in ObservableFromArray (ReactiveX#6461)
* Change error message in ObservableFromArray
Changed error message from "The $i th element is null" to "The element at index $i is null".
Solves ReactiveX#6460
* Change error messages in FlowableFromArray
Changed error messages from "array element is null" to "The element at index $i is null".
Solves ReactiveX#6460
0 commit comments