Add missing return

This commit is contained in:
murgatroid99 2016-12-01 10:59:52 -08:00
parent 15d4875138
commit 5c8df435fa
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ function sendUnaryResponse(call, value, serialize, metadata, flags) {
} catch (e) {
e.code = grpc.status.INTERNAL;
handleError(e);
return;
}
message.grpcWriteFlags = flags;
end_batch[grpc.opType.SEND_MESSAGE] = message;