Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(concat): handle a given scheduler correctly
Fix the static concat operator to handle the scheduler argument correctly. Previously the scheduler argument was extracted from the arguments array, then inserted back into the arguments array, and the fromArray creation method did not receive the scheduler as a Scheduler, but attempted to use it as an Observable, which caused a scheduler-related test to fail.
- Loading branch information