Skip to main content
Module

x/denoexec/mod.ts>captureStdio

A higher level wrapper around https://doc.deno.land/builtin/stable#Deno.run
Latest
function captureStdio
import { captureStdio } from "https://deno.land/x/denoexec@v1.1.5/mod.ts";

If set to true, the default; then output from STDOUT & STDERR will be captured into buffers for later use.

Parameters

v: boolean
proc: ProcessDeferred

Returns

ProcessDeferred