mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Merged from master and resolved merge conflicts
This commit is contained in:
commit
5bbf55f0db
@ -582,7 +582,7 @@ NAN_METHOD(Call::New) {
|
||||
return Nan::ThrowTypeError(
|
||||
"Call's fifth argument must be another call, if provided");
|
||||
}
|
||||
gpr_uint32 propagate_flags = GRPC_PROPAGATE_DEFAULTS;
|
||||
uint32_t propagate_flags = GRPC_PROPAGATE_DEFAULTS;
|
||||
if (info[5]->IsUint32()) {
|
||||
propagate_flags = Nan::To<uint32_t>(info[5]).FromJust();
|
||||
} else if (!(info[5]->IsUndefined() || info[5]->IsNull())) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user