From b3e3cb1f2c0a043cc78522f465c43d4af3aaa748 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Sun, 16 Sep 2018 16:12:03 -0700 Subject: [PATCH] Chore: Update debug log name to match filename (#10863) --- lib/util/source-code-fixer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/source-code-fixer.js b/lib/util/source-code-fixer.js index b3354d4d762..53dc1dc6be7 100644 --- a/lib/util/source-code-fixer.js +++ b/lib/util/source-code-fixer.js @@ -8,7 +8,7 @@ // Requirements //------------------------------------------------------------------------------ -const debug = require("debug")("eslint:text-fixer"); +const debug = require("debug")("eslint:source-code-fixer"); //------------------------------------------------------------------------------ // Helpers