mirror of https://github.com/grpc/grpc-node.git
Update error msg for Protobuf.js detection from 'protobufjs_version' to 'protobufjsVersion'
This commit is contained in:
parent
0cd71d959e
commit
434e6c45c1
|
@ -81,7 +81,7 @@ exports.loadObject = function loadObject(value, options) {
|
|||
protobufjsVersion = 5;
|
||||
} else {
|
||||
var error_message = 'Could not detect ProtoBuf.js version. Please ' +
|
||||
'specify the version number with the "protobufjs_version" option';
|
||||
'specify the version number with the "protobufjsVersion" option';
|
||||
throw new Error(error_message);
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue