mirror of
https://github.com/nodejs/node.git
synced 2025-05-20 01:45:06 +00:00

Lets native addons register exit hooks that run after the event loop has quit but before the VM is killed. Fixes #3147.
2 lines
50 B
JavaScript
2 lines
50 B
JavaScript
var binding = require('./build/Release/binding');
|