Skip to content

FileSystemAdapter.stopWatchPath method

FileSystemAdapter › stopWatchPath

Unofficial

Remove listener on specific path.

Signature:

stopWatchPath(normalizedPath: string): void

Parameters:

Parameter Type Description
normalizedPath string The path to stop watching.

Returns: void