Clarify log message in MapCodeExtractor

This commit is contained in:
Pascal Birchler 2025-07-25 11:34:01 +02:00
parent d3b22d0e72
commit 515c54c58a
No known key found for this signature in database
GPG key ID: 0DECE73DD74E8B2F

View file

@ -41,7 +41,7 @@ final class MapCodeExtractor extends JsCode {
$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 );