Disable xdebug scream/show_exception_trace, fixes #989
parent
f08c748658
commit
456b35ae72
|
@ -49,6 +49,9 @@ class Application extends BaseApplication
|
|||
public function __construct()
|
||||
{
|
||||
ErrorHandler::register();
|
||||
ini_set('xdebug.show_exception_trace', false);
|
||||
ini_set('xdebug.scream', false);
|
||||
|
||||
parent::__construct('Composer', Composer::VERSION);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue