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

x/yxz/subprocess/mod.ts>stderrOutput

Deno Standard Extensions
Go to Latest
function stderrOutput
import { stderrOutput } from "https://deno.land/x/yxz@0.17.0/subprocess/mod.ts";

Capture stderr output from a command.

stdout is default to null.

Parameters

cmd: string[]
optional
opts: Omit<RunOptions, "stderr">

Returns

Promise<string>