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

x/denoexec/mod.ts>ExecutableNotFound

A higher level wrapper around https://doc.deno.land/builtin/stable#Deno.run
Latest
class ExecutableNotFound
extends Error
Re-export
import { ExecutableNotFound } from "https://deno.land/x/denoexec@v1.1.5/mod.ts";

Constructors

new
ExecutableNotFound(cmd: string, innerError: Error)

Properties

cmd: string
innerError: Error
name: string