Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SirAnthony committed Sep 7, 2018
1 parent b7f63f1 commit f35373f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs/src/uws.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const native = (() => {
throw new Error('µWebSockets requires Node.js 6.4.0 or greater on Windows.');
} else {
throw new Error('Compilation of µWebSockets has failed and there is no pre-compiled binary ' +
'available for your system. Please install a supported C++11 compiler and reinstall '
'available for your system. Please install a supported C++11 compiler and reinstall '+
'the module \'uws\'.\nError:\n'+e.message);
}
}
Expand Down

0 comments on commit f35373f

Please sign in to comment.