We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916e673 commit af88f48Copy full SHA for af88f48
src/Import.php
@@ -58,7 +58,7 @@ protected function execute_statements( $import_file ) {
58
$result = $this->translator->query( $statement );
59
if ( false === $result ) {
60
WP_CLI::warning( 'Could not execute statement: ' . $statement );
61
- echo $this->translator->get_error_message(); die();
+ echo $this->translator->get_error_message();
62
}
63
64
0 commit comments