jnordberg / wintersmith

A flexible static site generator
http://wintersmith.io/
MIT License
3.5k stars 332 forks source link

Adjust use of async.filter to take into account error argument. #320

Closed plietar closed 7 years ago

plietar commented 7 years ago

caolan/async#1028 added support for errors in filter, which changed the function's API.

jnordberg commented 7 years ago

Ugh, really need unit tests.. Thanks for this! Publishing a new version with this fix right away

jnordberg commented 7 years ago

Published as 2.3.6

plietar commented 7 years ago

Thanks