Skip to content

Commit b38c57e

Browse files
authored
Merge pull request #451 from wp-cli/fix/449-msg
2 parents d3b22d0 + 515c54c commit b38c57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MapCodeExtractor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static function fromString( $text, Translations $translations, array $opt
4141

4242
$text = implode( "\n", $map_object->sourcesContent );
4343

44-
WP_CLI::debug( "Parsing file {$options['file']}", 'make-pot' );
44+
WP_CLI::debug( "Parsing file {$options['file']}.map", 'make-pot' );
4545

4646
$functions = new JsFunctionsScanner( $text );
4747

0 commit comments

Comments
 (0)