Skip to content

Commit

Permalink
throw exception
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Sep 8, 2020
1 parent 9d54a3b commit c87794f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Database/Schema/MySqlSchemaState.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ protected function executeDumpProcess(Process $process, $output, array $variable
str_replace(' --column-statistics=0', '', $process->getCommandLine())
), $output, $variables);
}

throw $e;
}

return $process;
Expand Down

0 comments on commit c87794f

Please sign in to comment.