Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
class Runner
import { Runner } from "https://deno.land/x/drun@v1.3.1/src/helpers/runner.ts";

Constructors

new
Runner(runtimeCommand: string, options: any)

Methods

private
shouldReload(fsEvent: Deno.FsEvent): boolean

Detect whether to reload the process

private
sleep(ms: number): Promise<void>

Resolves the promise after a given time

getCwd(): Promise<string>

Get the current working directory

run(): Promise<void>

Run process

Run a process