@@ -60,7 +60,7 @@ |
||
60 | 60 | } |
61 | 61 | |
62 | 62 | $result = $event->run(); |
63 | - if ($event instanceof Process) { |
|
63 | + if ($event instanceof Process) { |
|
64 | 64 | $this->handleProcessOutput($result, $output); |
65 | 65 | } |
66 | 66 | } |