Skip to content

Commit

Permalink
Merge two lines of the error message
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Feb 8, 2018
1 parent 51c8503 commit b7f122b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/grpc-native-core/src/grpc_extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ try {
try {
foundNames = fs.readdirSync(searchPath);
} catch (readDirError) {
let message = `The gRPC binary module was not installed
This may be fixed by running "npm rebuild"
let message = `The gRPC binary module was not installed. This may be fixed by running "npm rebuild"
Original error: ${e.message}`;
let error = new Error(message);
error.code = e.code;
Expand Down

0 comments on commit b7f122b

Please sign in to comment.