mirror of https://github.com/grpc/grpc-web.git
Internal code sync (#1194)
This commit is contained in:
parent
4dbd519bc8
commit
11370185b6
|
|
@ -175,7 +175,8 @@ class GrpcWebClientReadableStream {
|
|||
} catch (err) {
|
||||
self.handleError_(new RpcError(
|
||||
StatusCode.INTERNAL,
|
||||
`Error when deserializing response data: ${response}`));
|
||||
`Error when deserializing response data; error: ${err}` +
|
||||
`, response: ${response}`));
|
||||
}
|
||||
if (response) {
|
||||
self.sendDataCallbacks_(response);
|
||||
|
|
|
|||
Loading…
Reference in New Issue