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
Latest
function stderrOutput
Deprecated
Deprecated

Use stderrText from os/run instead.

stdout is default to null.

import { stderrOutput } from "https://deno.land/x/yxz@0.32.0/subprocess/mod.ts";

Capture stderr output from a command.

Parameters

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

Returns

Promise<string>