node icon indicating copy to clipboard operation
node copied to clipboard

doc: fix module customization hook examples

Open elliotgoodrich opened this issue 8 months ago • 1 comments

When running these examples, node fails to return as this MessagePort keeps the event loop active in the main thread unless it is unref()ed.

Fixes: https://github.com/nodejs/node/issues/52846

elliotgoodrich avatar Jun 29 '24 13:06 elliotgoodrich