Fix ebook commands

This commit is contained in:
Samy Pessé
2015-01-29 18:41:51 +01:00
parent 5fc0c6b507
commit 5b23dd8ffd
+1 -1
View File
@@ -71,7 +71,7 @@ module.exports = {
var output = args[1];
var book = new Book(input, _.extend({}, {
'logLevel': Book.LOG_LEVELS[(kwargs.log).toUpperCase()]
'logLevel': kwargs.log
}));
return book.parse()