vweevers / win-version-info

Windows-only native addon to read version info from executables.
MIT License
19 stars 6 forks source link

Fixing the module did not self-register issue when importing in worker threads #14

Closed renaldasrep closed 3 years ago

renaldasrep commented 4 years ago

Importing this package in worker threads (Node 12) causes "Module did not self-register" error, this change fixes that

vweevers commented 4 years ago

Which node versions support NODE_MODULE_INIT? Node 8 failed in CI.

vweevers commented 3 years ago

Fixed in 5.0.0 / 5.0.1.