Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build breakage with Node.js 10.0.0-10.9.0. (#833)
The five argument WriteUtf8() method was introduced in Node.js v10.0.0, it doesn't exist in older 10.x releases. Use the four argument overload and a bunch of pragmas to silence the compiler warnings. Fixes: #832 Refs: #825
- Loading branch information