mirror of
https://github.com/filp/whoops.git
synced 2026-09-18 05:36:21 +00:00
Remove exit(1) to stop tests from failing
This commit is contained in:
+1
-3
@@ -122,9 +122,7 @@ class Run
|
||||
if($handlerResponse === Handler::LAST_HANDLER) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user