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.
2 parents 12f3741 + ca32e74 commit 1552889Copy full SHA for 1552889
src/site-type/HTML.php
@@ -440,7 +440,7 @@ private function catch_clean( $e ) {
440
$this->delete_site( $this->level, $this->site_data['site_url'], $this->site_data['site_fs_path'] );
441
\EE\Utils\delem_log( 'site cleanup end' );
442
\EE::log( 'Report bugs here: https://github.com/EasyEngine/site-command' );
443
- exit;
+ exit( 1 );
444
}
445
446
/**
0 commit comments