Closed Quenty closed 9 years ago
Thanks! Initially I was using varargs. However in practice it's more convenient to keep lists of promises as tables, so varargs syntax was not so useful. That's why I replaced varargs with explicit tables in the API.
Fixed now by editing the README.md.only
In the documentation, we have this code:
Where it's expected that deferred.first(args) will take a single table. This bug can be fixed by modifying code like this:
Or by making the readme.md use a table wrapper first.