diff --git a/bin/parse-twig.php b/bin/parse-twig.php index 202322c67..6c7192c4d 100644 --- a/bin/parse-twig.php +++ b/bin/parse-twig.php @@ -32,3 +32,5 @@ $compiler = new TwigCompiler($twig, $cachePath); $compiler->compile(); + +echo "Done\n";