Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/proc/legacy/runners/stderr-support.ts>stderrLinesToConsoleError

A better way to work with processes in Deno.
Go to Latest
function stderrLinesToConsoleError
import { stderrLinesToConsoleError } from "https://deno.land/x/proc@0.20.33/legacy/runners/stderr-support.ts";

Write stderr lines to console.error().

Parameters

bytes: AsyncIterable<Uint8Array>

stderr lines.

Returns

Promise<void>