bankai icon indicating copy to clipboard operation
bankai copied to clipboard

bankai.documents doesn't actually take an options parameter

Open ghost opened this issue 6 years ago • 1 comments

Readme says compiler.documents(routename, [opts], done(err, { buffer, hash })).

But index.js says Bankai.prototype.documents = function (url, cb) {.

It would be nice if that worked but it throws an AssertionError.

ghost avatar Dec 06 '18 01:12 ghost

this is the same as #526

talon avatar Jul 19 '19 15:07 talon