@@ -123,7 +123,7 @@ |
||
| 123 | 123 | |
| 124 | 124 | try { |
| 125 | 125 | $process->start(); |
| 126 | - } catch(\Exception $e) { |
|
| 126 | + } catch (\Exception $e) { |
|
| 127 | 127 | $this->warn("Could not start the chokidar watcher ({$e->getMessage()})\n"); |
| 128 | 128 | } |
| 129 | 129 | } else { |