Deno.ChildProcess.prototype.unref - Deno documentation
method Deno.ChildProcess.prototype.unref
ChildProcess.prototype.unref(): void

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

Return Type

void