From 952941464f435a21237a9e20fc78b13199b59c14 Mon Sep 17 00:00:00 2001 From: odan Date: Mon, 26 Aug 2019 00:16:19 +0200 Subject: [PATCH] Add done message --- bin/parse-twig.php | 2 ++ 1 file changed, 2 insertions(+) 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";