Several debug things (e.g. for timing) added
[core.git] / inc / classes / main / output / class_ConsoleOutput.php
index 6a3e88f7b9c502df8394bebdf9a1308b79f5bbee..af45aaad14fe423ed83990ee7cd624d2a051fe85 100644 (file)
@@ -87,7 +87,7 @@ class ConsoleOutput extends BaseFrameworkSystem implements OutputStreamer {
         * @return      void
         */
        public final function output ($outStream = false) {
-               print trim($outStream) . "\n";
+               print trim($outStream) . chr(10);
        }
 }