Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exclude
NODE_EMBEDDER_MODULE_VERSION
string (#23)
When extracting the module version from `src/node_version.h`, ignore the line: #define NODE_MODULE_VERSION NODE_EMBEDDER_MODULE_VERSION This will pick up the default value from the header as the official Node.js builds do not define `NODE_EMBEDDER_MODULE_VERSION`. Fixes: #20 Refs: nodejs/node#49279
- Loading branch information