Skip to main content
method Deno.ChildProcess.prototype.output
ChildProcess.prototype.output(): Promise<CommandOutput>
Deprecated

Waits for the child to exit completely, returning all its output and status.

Return Type

Promise<CommandOutput>
Back to top