From b2e720dee4a323d270812b898d6b179a0e0a9a0e Mon Sep 17 00:00:00 2001 From: tunnckoCore Date: Mon, 14 Nov 2016 02:29:11 +0200 Subject: [PATCH] fix(plugins): force synchronous plugins --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 98a422f..fb534f4 100644 --- a/index.js +++ b/index.js @@ -234,7 +234,7 @@ utils.delegate(MiniBase.prototype, { use: function use (fn) { utils.tryCatchCallback.call(this, fn, { - passCallback: true, + passCallback: false, args: [this] }, function (err, res) { if (err) {