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 08e1f24 commit af99399Copy full SHA for af99399
src/Jenner/Crontab/Mission.php
@@ -243,6 +243,7 @@ public function run()
243
$err = $this->err;
244
$process = new \Symfony\Component\Process\Process($this->cmd);
245
$process->run(function ($type, $buffer) use ($out, $err) {
246
+ var_dump($buffer);
247
if ($type == \Symfony\Component\Process\Process::ERR) {
248
$err->error($buffer);
249
} else {
0 commit comments