Skip to main content
Module

x/proc/mod3.ts>SignalError

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Go to Latest
class SignalError
extends ProcessError
import { SignalError } from "https://deno.land/x/proc@0.20.9/mod3.ts";

Constructors

new
SignalError(
message: string,
command: string[],
signal: Deno.Signal,
options?: { cause?: Error; },
)