mirror of
https://ghproxy.net/https://github.com/wp-cli/i18n-command.git
synced 2025-08-18 05:31:10 +08:00
Clarify log message in MapCodeExtractor
This commit is contained in:
parent
d3b22d0e72
commit
515c54c58a
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue