Skip to content

Commit

Permalink
chore: change DEBUG namespace to loopback:mixin:computed
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 0a83564 commit dfcf64f
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 @@ -89,5 +89,5 @@ Run the tests in `test.js`
Run with debugging output on:

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

Expand Down

0 comments on commit dfcf64f

Please sign in to comment.