fix node example

pull/3955/head
Daniel Harrison 9 years ago
parent 9698e7636a
commit f02c535878
  1. 2
      examples/node/greeter_client.js

@ -38,7 +38,7 @@ var hello_proto = grpc.load(PROTO_PATH).helloworld;
function main() {
var client = new hello_proto.Greeter('localhost:50051',
grpc.Credentials.createInsecure());
grpc.credentials.createInsecure());
var user;
if (process.argv.length >= 3) {
user = process.argv[2];

Loading…
Cancel
Save