Skip to content

Commit

Permalink
Merge pull request #253 from kellycampbell/protobufjsVersion-msg
Browse files Browse the repository at this point in the history
Update error msg for Protobuf.js detection options
  • Loading branch information
nicolasnoble authored Apr 4, 2018
2 parents 0cd71d9 + 434e6c4 commit 5a761f7
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 5a761f7

Please sign in to comment.