Skip to content

Commit

Permalink
give default decorations plugin def func a name for nicer logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Jan 8, 2016
1 parent eb168fb commit 7894a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var internals = {
})
}

module.exports = function () {
module.exports = function default_decorations () {
var seneca = this

seneca.decorate('hasplugin', internals.isRegistered)
Expand Down

0 comments on commit 7894a5f

Please sign in to comment.