Update error msg for Protobuf.js detection from 'protobufjs_version' to 'protobufjsVersion'

This commit is contained in:
Kelly Campbell 2018-04-03 19:58:42 -04:00
parent 0cd71d959e
commit 434e6c45c1
1 changed files with 1 additions and 1 deletions

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 {