We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cd71d9 + 434e6c4 commit 5a761f7Copy full SHA for 5a761f7
packages/grpc-native-core/index.js
@@ -81,7 +81,7 @@ exports.loadObject = function loadObject(value, options) {
81
protobufjsVersion = 5;
82
} else {
83
var error_message = 'Could not detect ProtoBuf.js version. Please ' +
84
- 'specify the version number with the "protobufjs_version" option';
+ 'specify the version number with the "protobufjsVersion" option';
85
throw new Error(error_message);
86
}
87
0 commit comments