mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Merge two lines of the error message
This commit is contained in:
parent
51c8503c01
commit
b7f122bb6c
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user