We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e20ad commit 23f1eadCopy full SHA for 23f1ead
src/makepot.php
@@ -24,6 +24,7 @@
24
$out = '';
25
exec( $cmd, $out );
26
echo implode( PHP_EOL, $out );
27
+ echo PHP_EOL;
28
if ( isset( $argv[2] ) ) {
29
echo PHP_EOL . PHP_EOL;
30
echo 'CMD Used : ';
0 commit comments