Skip to content

Commit

Permalink
chore: change DEBUG namespace to loopback:mixin:resultset-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Kirkpatrick authored and Tom Kirkpatrick committed Apr 28, 2017
1 parent a66576b commit c684f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ Run the tests in `test.js`
Run with debugging output on:

```bash
DEBUG='loopback-ds-resultset-limit-mixin' npm test
DEBUG='loopback:mixin:resultset-limit' npm test
```
2 changes: 1 addition & 1 deletion lib/resultset-limit.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const debug = require('debug')('loopback-ds-resultset-limit-mixin')
const debug = require('debug')('loopback:mixin:resultset-limit')
const _ = require('lodash')

module.exports = (Model, options) => {
Expand Down

0 comments on commit c684f8b

Please sign in to comment.