filters improvements
This commit is contained in:
@@ -62,6 +62,10 @@ class BuildController extends Controller
|
||||
break;
|
||||
}
|
||||
|
||||
if(str_contains($data["logs"],"Exception")){
|
||||
break;
|
||||
}
|
||||
|
||||
// Break the loop if the client aborted the connection (closed the page)
|
||||
if (connection_aborted()) {
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user