зеркало из https://github.com/mozilla/gecko-dev.git
Make sure to stringify the error string.
This commit is contained in:
Родитель
f62c828c34
Коммит
a5bc683b9b
|
@ -97,7 +97,7 @@ sub getOutputHook {
|
|||
sub reportFatalError {
|
||||
my $self = shift;
|
||||
my($error) = @_;
|
||||
my $response = RPC::XML::response->new(RPC::XML::fault->new(0, $error));
|
||||
my $response = RPC::XML::response->new(RPC::XML::fault->new(0, "$error"));
|
||||
$self->output->XMLRPC($response->as_string);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче