New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

You sure "array" works on merge #84

Closed
kud opened this Issue Mar 12, 2015 · 2 comments

Comments

Projects
None yet
2 participants
@kud

kud commented Mar 12, 2015

I've tried that: https://github.com/dominictarr/event-stream#merge-stream1streamn-or-merge-streamarray

with an array and without an array. Everytime I use the array, it tells me:

[15:57:32] TypeError: undefined is not a function
    at /Users/kud/Projects/_playmedia/desktop/node_modules/event-stream/index.js:40:7
    at Array.forEach (native)
    at Object.es.concat.es.merge (/Users/kud/Projects/_playmedia/desktop/node_modules/event-stream/index.js:39:11)
    at Gulp.module.exports (/Users/kud/Projects/_playmedia/desktop/gulp/scripts.js:68:34)
    at module.exports (/Users/kud/Projects/_playmedia/desktop/node_modules/gulp/node_modules/orchestrator/lib/runTask.js:34:7)
    at Gulp.Orchestrator._runTask (/Users/kud/Projects/_playmedia/desktop/node_modules/gulp/node_modules/orchestrator/index.js:273:3)
    at Gulp.Orchestrator._runStep (/Users/kud/Projects/_playmedia/desktop/node_modules/gulp/node_modules/orchestrator/index.js:214:10)
    at /Users/kud/Projects/_playmedia/desktop/node_modules/gulp/node_modules/orchestrator/index.js:279:18
    at finish (/Users/kud/Projects/_playmedia/desktop/node_modules/gulp/node_modules/orchestrator/lib/runTask.js:21:8)
    at cb (/Users/kud/Projects/_playmedia/desktop/node_modules/gulp/node_modules/orchestrator/lib/runTask.js:29:3)
@anko

This comment has been minimized.

anko commented Mar 24, 2015

There's a test for that. Could you post a minimal example that causes a failure?

@kud

This comment has been minimized.

kud commented Mar 24, 2015

I've totally changed my code and now it works. Thank you anyway for your help, and thank you for linking me the test. ;)

@kud kud closed this Mar 24, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment