Merge two lines of the error message

This commit is contained in:
murgatroid99 2018-02-08 11:35:20 -08:00
parent 51c8503c01
commit b7f122bb6c

View File

@ -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;