grpc-node/packages/proto-loader/src
Dmitry Cheryasov 8f724121a2
Fix a TypeError loading a non-existent proto file.
The issue: https://github.com/grpc/grpc-node/issues/876

This is an obvious typo; `typeof` has to return a string `'undefined'`, not a literal `undefined.`
2019-05-20 15:36:15 -05:00
..
index.ts Fix a TypeError loading a non-existent proto file. 2019-05-20 15:36:15 -05:00