Skip to content

Commit af99399

Browse files
committed
tests
1 parent 08e1f24 commit af99399

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Jenner/Crontab/Mission.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ public function run()
243243
$err = $this->err;
244244
$process = new \Symfony\Component\Process\Process($this->cmd);
245245
$process->run(function ($type, $buffer) use ($out, $err) {
246+
var_dump($buffer);
246247
if ($type == \Symfony\Component\Process\Process::ERR) {
247248
$err->error($buffer);
248249
} else {

0 commit comments

Comments
 (0)