Merge pull request #253 from kellycampbell/protobufjsVersion-msg

Update error msg for Protobuf.js detection options
This commit is contained in:
Nicolas Noble 2018-04-04 07:34:55 -07:00 committed by GitHub
commit 5a761f757e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {