@@ -610,8 +610,7 @@ |
||
| 610 | 610 | foreach (array_unique(array_merge($databases['list'], $databases['data'])) as $database) { |
| 611 | 611 | try { |
| 612 | 612 | $this->dumpDatabase($database, $style); |
| 613 | - } |
|
| 614 | - catch (\Exception $e) { |
|
| 613 | + } catch (\Exception $e) { |
|
| 615 | 614 | return $e->getMessage(); |
| 616 | 615 | } |
| 617 | 616 | } |