Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/tools/release/deps.ts>dax.CommandBuilder#captureCombined

A modern runtime for JavaScript and TypeScript.
Go to Latest
method dax.CommandBuilder.prototype.captureCombined
Re-export
import { dax } from "https://deno.land/x/deno@v1.38.4/tools/release/deps.ts";
const { CommandBuilder } = dax;

Whether to capture a combined buffer of both stdout and stderr.

This will set both stdout and stderr to "piped" if not already "piped" or "inheritPiped".

Parameters

optional
value = [UNSUPPORTED]