Skip to content

Commit

Permalink
Chore: Update debug log name to match filename (#10863)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas authored and not-an-aardvark committed Sep 16, 2018
1 parent d1f8ff3 commit b3e3cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/source-code-fixer.js
Expand Up @@ -8,7 +8,7 @@
// Requirements
//------------------------------------------------------------------------------

const debug = require("debug")("eslint:text-fixer");
const debug = require("debug")("eslint:source-code-fixer");

//------------------------------------------------------------------------------
// Helpers
Expand Down

0 comments on commit b3e3cb1

Please sign in to comment.