import { stderrLinesToErrorMessage } from "https://deno.land/x/proc@0.20.33/legacy/runners/stderr-support.ts";
Write stderr
lines to the error message, if the process fails; otherwise, stderr
is suppressed.
x/proc/legacy/runners/stderr-support.ts>stderrLinesToErrorMessage
import { stderrLinesToErrorMessage } from "https://deno.land/x/proc@0.20.33/legacy/runners/stderr-support.ts";
Write stderr
lines to the error message, if the process fails; otherwise, stderr
is suppressed.