nocturneio / sails-html-pdf

Convert Sails JS templates to pdf.
0 stars 0 forks source link

cb is not a function #1

Open tiffoknee opened 3 years ago

tiffoknee commented 3 years ago

Using the test code provided, I'm getting the following error..

..node_modules/sails-html-pdf/index.js:68
                            cb(e);
                            ^
TypeError: cb is not a function

The only difference I have is the template dir:

module.exports.pdf = {
  templateDir: 'views/pages'
}

It works if I kill cb at lines 65 and 68