diff --git a/src/MapCodeExtractor.php b/src/MapCodeExtractor.php index d3b8c67a..7a38a775 100644 --- a/src/MapCodeExtractor.php +++ b/src/MapCodeExtractor.php @@ -41,7 +41,7 @@ public static function fromString( $text, Translations $translations, array $opt $text = implode( "\n", $map_object->sourcesContent ); - WP_CLI::debug( "Parsing file {$options['file']}", 'make-pot' ); + WP_CLI::debug( "Parsing file {$options['file']}.map", 'make-pot' ); $functions = new JsFunctionsScanner( $text );