Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -273,7 +273,7 @@ class UserMakeImmerse implements ShouldQueue | ... | @@ -273,7 +273,7 @@ class UserMakeImmerse implements ShouldQueue |
| 273 | } | 273 | } |
| 274 | 274 | ||
| 275 | public function execmd($cmd, $update_progress = false) { | 275 | public function execmd($cmd, $update_progress = false) { |
| 276 | -// echo $cmd . "\n". "\n". "\n"; | 276 | + echo $cmd . "\n". "\n". "\n"; |
| 277 | $descriptorspec = array( | 277 | $descriptorspec = array( |
| 278 | 1 => array("pipe", "w"), // 标准输出,子进程向此管道中写入数据 | 278 | 1 => array("pipe", "w"), // 标准输出,子进程向此管道中写入数据 |
| 279 | ); | 279 | ); | ... | ... |
-
Please register or login to post a comment