Skip to content

Commit c87794f

Browse files
committed
throw exception
1 parent 9d54a3b commit c87794f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Database/Schema/MySqlSchemaState.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ protected function executeDumpProcess(Process $process, $output, array $variable
121121
str_replace(' --column-statistics=0', '', $process->getCommandLine())
122122
), $output, $variables);
123123
}
124+
125+
throw $e;
124126
}
125127

126128
return $process;

0 commit comments

Comments
 (0)