Skip to content

Commit 5a761f7

Browse files
authored
Merge pull request #253 from kellycampbell/protobufjsVersion-msg
Update error msg for Protobuf.js detection options
2 parents 0cd71d9 + 434e6c4 commit 5a761f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grpc-native-core/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ exports.loadObject = function loadObject(value, options) {
8181
protobufjsVersion = 5;
8282
} else {
8383
var error_message = 'Could not detect ProtoBuf.js version. Please ' +
84-
'specify the version number with the "protobufjs_version" option';
84+
'specify the version number with the "protobufjsVersion" option';
8585
throw new Error(error_message);
8686
}
8787
} else {

0 commit comments

Comments
 (0)