Skip to content

Commit

Permalink
Merge pull request #667 from ksmith97/master
Browse files Browse the repository at this point in the history
Updated debug namespace to match file.
  • Loading branch information
svnlto committed May 6, 2017
2 parents f268187 + bcdf886 commit 17d7c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/interceptor.js
Expand Up @@ -4,7 +4,7 @@ var mixin = require('./mixin')
, matchBody = require('./match_body')
, common = require('./common')
, _ = require('lodash')
, debug = require('debug')('nock.scope')
, debug = require('debug')('nock.interceptor')
, stringify = require('json-stringify-safe')
, util = require('util')
, qs = require('qs');
Expand Down

0 comments on commit 17d7c25

Please sign in to comment.