Commit 8745216
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.1 parent f3638f8 commit 8745216
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | | - | |
| 19 | + | |
21 | 20 | | |
0 commit comments