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