Skip to main content
method Deno.ChildProcess.prototype.ref
ChildProcess.prototype.ref(): void
Deprecated

Ensure that the status of the child process prevents the Deno process from exiting.

Return Type

void
Back to top