Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

pass all message in map() #107

Open
RezaErfani67 opened this issue Mar 7, 2018 · 0 comments
Open

pass all message in map() #107

RezaErfani67 opened this issue Mar 7, 2018 · 0 comments

Comments

@RezaErfani67
Copy link

RezaErfani67 commented Mar 7, 2018

how can i pass all message,from all() To map()...
in this case it gives error : $$segment$fail]
it works correctly when i pass it 1 message

ASQ()
 .all(
function(done){done([1,2]);}
,
function(done){done([3,4]);}
    )//end all
  .map(function(item1,item2,mapdone){
 console.log(item1);
 console.log(item2);

        })
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant