Skip to main content
Module

x/proc/mod1.ts>stderrLinesToNull

A better way to work with processes in Deno.
Go to Latest
function stderrLinesToNull
import { stderrLinesToNull } from "https://deno.land/x/proc@0.20.38/mod1.ts";

Ignore stderr.

Parameters

_bytes: AsyncIterable<Uint8Array>

stderr lines.

Returns

Promise<void>