Update greeter_client.js (#25802)

ReferenceError: parseArgs is not defined
pull/26813/head
Shaw 4 years ago committed by GitHub
parent 92c185c478
commit c472a2a58c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      examples/node/static_codegen/greeter_client.js

@ -16,6 +16,7 @@
*
*/
var parseArgs = require('minimist');
var messages = require('./helloworld_pb');
var services = require('./helloworld_grpc_pb');

Loading…
Cancel
Save