@@ -86,7 +86,7 @@ |
||
| 86 | 86 | } |
| 87 | 87 | |
| 88 | 88 | $result = $event->run(); |
| 89 | - if ($event instanceof Process) { |
|
| 89 | + if ($event instanceof Process) { |
|
| 90 | 90 | $this->handleProcessOutput($result, $output); |
| 91 | 91 | } |
| 92 | 92 | } |