mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Merge pull request #253 from kellycampbell/protobufjsVersion-msg
Update error msg for Protobuf.js detection options
This commit is contained in:
commit
5a761f757e
@ -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…
x
Reference in New Issue
Block a user