Fix debug mesg

This commit is contained in:
cmp167
2024-03-08 00:46:04 +03:00
parent 3ee13c2670
commit 2f7c7b676c

View File

@@ -348,7 +348,8 @@
return true;
for($i = 0; $i < $c; $i++) {
$this->d($prs["streamCurrent"] . ": " . $a[$i]);
if(!isset($opt["silent"]) || !$opt["silent"])
$this->d($prs["streamCurrent"] . ": " . $a[$i]);
if($prs["streamCurrent"] == "stdout") {
if(isset($opt["eventStringStdOut"]) && $opt["eventStringStdOut"]) {