]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/output/debug/console/class_DebugConsoleOutput.php
Continued:
[core.git] / inc / main / classes / output / debug / console / class_DebugConsoleOutput.php
index 3598cc18e74804a62f536d465863638c275d0cdf..d1de0cab09a16e5e2af834dbac0ba4d6e041c72d 100644 (file)
@@ -69,7 +69,7 @@ class DebugConsoleOutput extends BaseDebugOutput implements Debugger, OutputStre
                } // END - if
 
                // And print it out...
-               printf('%s%s', $output, chr(10));
+               printf('%s%s', str_replace('->', '->', $output), PHP_EOL);
        }
 
        /**