mirror of https://github.com/grpc/grpc-node.git
missed require change
This commit is contained in:
parent
ed78037353
commit
11416e9d70
|
|
@ -16,7 +16,7 @@
|
|||
// limitations under the License.
|
||||
//
|
||||
'use strict';
|
||||
var grpc = require('grpc');
|
||||
var grpc = require('../..');
|
||||
var math_math_pb = require('../math/math_pb.js');
|
||||
|
||||
function serialize_DivArgs(arg) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue