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

x/denoexec/mod.ts>prefix

A higher level wrapper around https://doc.deno.land/builtin/stable#Deno.run
Latest
function prefix
import { prefix } from "https://deno.land/x/denoexec@v1.1.5/mod.ts";

If inheritStdio=true & a value is provided here, each line of output will be prefixed with this value.

Parameters

v: string
proc: ProcessDeferred

Returns

ProcessDeferred