mirror of https://github.com/grpc/grpc-node.git
grpc-js: Add more details to 'Failed to start HTTP/2 stream' error
This commit is contained in:
parent
b5a8ea10f8
commit
097d63b14b
|
@ -362,7 +362,7 @@ export class ChannelImplementation implements Channel {
|
|||
);
|
||||
callStream.cancelWithStatus(
|
||||
Status.INTERNAL,
|
||||
'Failed to start HTTP/2 stream'
|
||||
`Failed to start HTTP/2 stream with error: ${(error as Error).message}`
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue