From 5b23dd8ffd668df8064655c74aef12f171fd6239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Thu, 29 Jan 2015 18:41:51 +0100 Subject: [PATCH] Fix ebook commands --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 26a47d518..e91211f5f 100644 --- a/lib/index.js +++ b/lib/index.js @@ -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()