method Deno.ChildProcess.prototype.output
Jump to headingChildProcess.prototype.output(): Promise<CommandOutput>
Waits for the child to exit completely, returning all its output and status.
Return Type Jump to heading
Promise<CommandOutput>
Jump to headingChildProcess.prototype.output(): Promise<CommandOutput>
Waits for the child to exit completely, returning all its output and status.
Promise<CommandOutput>