Fix debug mesg
This commit is contained in:
@@ -348,7 +348,8 @@
|
|||||||
return true;
|
return true;
|
||||||
|
|
||||||
for($i = 0; $i < $c; $i++) {
|
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($prs["streamCurrent"] == "stdout") {
|
||||||
if(isset($opt["eventStringStdOut"]) && $opt["eventStringStdOut"]) {
|
if(isset($opt["eventStringStdOut"]) && $opt["eventStringStdOut"]) {
|
||||||
|
Reference in New Issue
Block a user