import * as proc from "https://deno.land/x/proc@0.20.39/src/process.ts";
Classes
Thrown because the process returned an exit code that indicates an error occurred. By default, this indicates a non-zero exit code but may be overridden. | |
A wrapper for | |
A generic process error. | |
Thrown because the process exited due to a signal. By default, this is thrown for any signal but may be overridden. | |
Thrown to indicate an error occurred upstream and is being passed forward. |
Interfaces
Options passed to a process. | |
Command options. |
Type Aliases
Optionally change or suppress the error before it is thrown. Note that this will only
be called if either one or both of | |
Pipe kinds, matching | |
Optionally handle lines of stderr (passed as text lines), and also
optionally return a value that is passed to your custom |