We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d548a commit f44433cCopy full SHA for f44433c
1 file changed
lib/Fhaculty/Graph/GraphViz.php
@@ -128,12 +128,12 @@ public function display()
128
static $next = 0;
129
if ($next > microtime(true)) {
130
// wait some time between calling xdg-open because earlier calls will be ignored otherwise
131
- echo '[delay flooding xdg-open]' . PHP_EOL;
+ //echo '[delay flooding xdg-open]' . PHP_EOL;
132
sleep(self::DELAY_OPEN);
133
}
134
135
if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
136
- echo "ausgabe\n";
+ //echo "ausgabe\n";
137
exec($tmp . ' >NUL');
138
} elseif (strtoupper(PHP_OS) === 'DARWIN') {
139
// open image in background (redirect stdout to /dev/null, sterr to stdout and run in background)
0 commit comments