Skip to content

Commit

Permalink
fix(plugins): force synchronous plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Nov 14, 2016
1 parent 76cb25f commit b2e720d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b2e720d

Please sign in to comment.