Internal code sync (#1194)

This commit is contained in:
Eryu Xia 2022-01-28 23:35:44 -08:00 committed by GitHub
parent 4dbd519bc8
commit 11370185b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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);