Improve message wording

This commit is contained in:
murgatroid99 2017-11-29 16:57:13 -08:00
parent 7652ef74ed
commit 02e70cba37
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ try {
var foundNames = fs.readdirSync(searchPath);
if (foundNames.indexOf(searchName) === -1) {
var message = `Failed to load gRPC binary module because it was not installed for the current system
Expected: ${searchName}
Expected directory: ${searchName}
Found: [${foundNames.join(', ')}]
This problem can often be fixed by running "npm rebuild" on the current system
Original error: ${e.message}`;