Merge pull request #11410 from murgatroid99/node_generated_doc_fix

Fix minor error in Node generated documentation
pull/11418/head
Michael Lumish 8 years ago committed by GitHub
commit 5ed0b4e6ab
  1. 7
      src/node/src/grpc_extension.js

@ -31,6 +31,13 @@
*
*/
/**
* @module
* @private
*/
'use strict';
var binary = require('node-pre-gyp/lib/pre-binding');
var path = require('path');
var binding_path =

Loading…
Cancel
Save