Skip to content

Commit b3e3cb1

Browse files
nzakasnot-an-aardvark
authored andcommittedSep 16, 2018
Chore: Update debug log name to match filename (#10863)
1 parent d1f8ff3 commit b3e3cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/util/source-code-fixer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// Requirements
99
//------------------------------------------------------------------------------
1010

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

1313
//------------------------------------------------------------------------------
1414
// Helpers

0 commit comments

Comments
 (0)
Please sign in to comment.