troch.github.io icon indicating copy to clipboard operation
troch.github.io copied to clipboard

map-stream example: wrap map() call in a function

Open kensnyder opened this issue 9 years ago • 0 comments

gulp pipe() requires a function that returns a Stream. map() returns a Stream object, not a function. So all I needed to do to get the map-stream example to work was to wrap the call to map() in a function.

kensnyder avatar Mar 25 '16 16:03 kensnyder