Skip to content

FileSystemAdapter.watchHiddenRecursive method

FileSystemAdapter › watchHiddenRecursive

Unofficial

Watch recursively for changes.

Signature:

watchHiddenRecursive(normalizedPath: string): Promise<void>

Parameters:

Parameter Type Description
normalizedPath string The path to watch recursively.

Returns: Promise<void>A promise that resolves when the recursive watcher is started.