Skip to content

Commit 94a1fd3

Browse files
committed
Exit after showing error.
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent 2276fe7 commit 94a1fd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

php/EE/Runner.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ public function check_requirements( $show_error = true ) {
108108
if ( IS_DARWIN && ! $docker_running ) {
109109
EE::log( 'For macOS docker can be installed using: `brew cask install docker`' );
110110
}
111+
die;
111112
}
112113

113114
return $status;

0 commit comments

Comments
 (0)