summaryrefslogtreecommitdiffstats
path: root/lib/generators
diff options
context:
space:
mode:
Diffstat (limited to 'lib/generators')
-rw-r--r--lib/generators/ebook.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/generators/ebook.js b/lib/generators/ebook.js
index 58e3f3f..481f547 100644
--- a/lib/generators/ebook.js
+++ b/lib/generators/ebook.js
@@ -100,6 +100,8 @@ Generator.prototype.finish = function() {
that.book.log.info("start conversion to", that.ebookFormat, "....");
exec(command, function (error, stdout, stderr) {
+ if (stdout) that.book.log.debug.ln(stdout);
+ if (stderr) that.book.log.debug.ln(stderr);
if (error) {
that.book.log.info.fail();