Cli.php
authorAlan Knowles <alan@akbkhome.com>
Sat, 27 Oct 2012 13:18:17 +0000 (21:18 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 27 Oct 2012 13:18:17 +0000 (21:18 +0800)
Cli.php

diff --git a/Cli.php b/Cli.php
index 5d36175..942ebb1 100644 (file)
--- a/Cli.php
+++ b/Cli.php
@@ -26,6 +26,6 @@ class Pman_Core_Cli extends Pman
  
     function output()
     {
-        die("CLI - output exit");
+        die("CLI - output exit\n");
     }
 }
\ No newline at end of file