diff options
Diffstat (limited to 'lib/index.js')
-rw-r--r-- | lib/index.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/index.js b/lib/index.js index a71d325..5f8648e 100644 --- a/lib/index.js +++ b/lib/index.js @@ -36,7 +36,9 @@ module.exports = { return book.config.load() .then(function() { - return Plugin.install(input, book.options.plugins); + return book.config.installPlugins({ + log: true + }); }); } } |