@@ -128,9 +128,7 @@ class Events extends \WP_CLI_Command {
if(!is_object($event)){
/* translators: 1: Event ID */
\WP_CLI::warning(sprintf(__('Failed to locate event %d. Please confirm that the entry exists and that the ID is that of an event.','automattic-cron-control'),$args[0]));
exit;
\WP_CLI::error(sprintf(__('Failed to locate event %d. Please confirm that the entry exists and that the ID is that of an event.','automattic-cron-control'),$args[0]));