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

Ensure that the status of the child process does not block the Deno process from exiting.

Return Type

void
Back to top