Fix minor error in Node generated documentation

pull/11410/head
murgatroid99 8 years ago
parent 9a8ab565dd
commit da83f0d439
  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