From 0f17741162cc90e357195f0f797e0f9c1d4b334a Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Wed, 13 Jul 2016 19:07:58 -0700 Subject: [PATCH] index: simplify plugin subscription --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index e8a200dd..d94926b1 100644 --- a/index.js +++ b/index.js @@ -168,7 +168,7 @@ app.on('ready', () => { // load plugins load(); - const pluginsUnsubscribe = plugins.subscribe((err, { force }) => { + const pluginsUnsubscribe = plugins.subscribe((err) => { if (!err) { load(); }