Skip to content

Commit af88f48

Browse files
committed
Remove die statement
1 parent 916e673 commit af88f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Import.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protected function execute_statements( $import_file ) {
5858
$result = $this->translator->query( $statement );
5959
if ( false === $result ) {
6060
WP_CLI::warning( 'Could not execute statement: ' . $statement );
61-
echo $this->translator->get_error_message(); die();
61+
echo $this->translator->get_error_message();
6262
}
6363
}
6464
}

0 commit comments

Comments
 (0)