method WatchSession.runFailed
WatchSession.runFailed(): Promise<RunResult>

Re-runs the files that last failed, or repeats the last run when nothing has failed yet — saying so as an info notice on the result rather than silently doing something else.

Return Type

Promise<RunResult>

Usage

import { type WatchSession } from "lib/api/watch.ts";