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 e1aee88 commit 88994e9Copy full SHA for 88994e9
src/Import.php
@@ -66,7 +66,7 @@ protected function execute_statements( $import_file ) {
66
throw $e;
67
}
68
} catch ( Exception $e ) {
69
- WP_CLI::warning( 'Could not execute statement: ' . $statement );
+ WP_CLI::error( 'Could not execute statement: ' . $statement );
70
echo $e->getMessage();
71
72
0 commit comments