Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update error msg for Protobuf.js detection from 'protobufjs_version' …
…to 'protobufjsVersion'
  • Loading branch information
Kelly Campbell committed Apr 3, 2018
commit 434e6c45c13c51b6f859293bf0ae4f4612430e86
2 changes: 1 addition & 1 deletion packages/grpc-native-core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down