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