Skip to main content
Module

x/lume/deps/fs.ts>WalkError

🔥 Static site generator for Deno 🦕
Very Popular
Latest
class WalkError
extends Error
import { WalkError } from "https://deno.land/x/lume@v2.1.4/deps/fs.ts";

Error thrown in walk or walkSync during iteration.

Constructors

new
WalkError(cause: unknown, root: string)

Constructs a new instance.

Properties

root: string

File path of the root that's being walked.