We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3fe660 commit 4c09ae7Copy full SHA for 4c09ae7
bin/index.js
@@ -28,5 +28,6 @@ function htmlpdf (source, destination) {
28
}
29
pdf.create(html, options).toFile(destination, function (err, res) {
30
if (err) throw err
31
+ if (res) console.log(JSON.stringify(res))
32
})
33
0 commit comments