Skip to content

Commit 3dae04b

Browse files
author
Tom Kirkpatrick
committed
chore: change DEBUG namespace to loopback:mixin:calculated
1 parent 95ffbfd commit 3dae04b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,5 @@ DEBUGGING
125125
Run with debugging output on:
126126

127127
```bash
128-
DEBUG='loopback-ds-calculated-mixin' npm test
128+
DEBUG='loopback:mixin:calculated' npm test
129129
```

lib/calculated.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22

3-
const debug = require('debug')('loopback-ds-calculated-mixin')
3+
const debug = require('debug')('loopback:mixin:calculated')
44
const _ = require('lodash')
55
const Promise = require('bluebird')
66

0 commit comments

Comments
 (0)