pliersjs / pliers

A build tool for node.js that supports sub-project building and watching
http://pliers.js.org/
18 stars 9 forks source link

Pliers `runAll` runs forever if the parent task is named the same as the children #33

Open domharrington opened 10 years ago

domharrington commented 10 years ago
pliers('jim', function (done) {
  pliers.runAll('jim', done)
})

This code above causes a call stack exception due to it calling itself