|
@ -24,7 +24,7 @@ class CliController |
|
|
protected function __construct() |
|
|
protected function __construct() |
|
|
{ |
|
|
{ |
|
|
ErrorHandler::init(); |
|
|
ErrorHandler::init(); |
|
|
$this->error_stream = Config::get('ErrorStream'); |
|
|
|
|
|
|
|
|
$this->error_stream = Config::get('ErrorStream', 'php://stderr'); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|