Skip to content

Commit 02e70cb

Browse files
committed
Improve message wording
1 parent 7652ef7 commit 02e70cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grpc-native-core/src/grpc_extension.js

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

0 commit comments

Comments
 (0)