Skip to content

Commit f46c44c

Browse files
committed
fixup! fixup! doc: add basic embedding example documentation
1 parent 3ce279a commit f46c44c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/api/embedding.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ int RunNodeInstance(MultiIsolatePlatform* platform,
180180
more = uv_loop_alive(&loop);
181181
if (more) continue;
182182
183-
// node::EmitBeforeExit() is used to emit the 'beforeExit' event.
183+
// node::EmitBeforeExit() is used to emit the 'beforeExit' event on
184+
// the `process` object.
184185
node::EmitBeforeExit(env.get());
185186
186187
// 'beforeExit' can also schedule new work that keeps the event loop

0 commit comments

Comments
 (0)