Skip to content

FileSystemAdapter.stopWatchPath method

FileSystemAdapter › stopWatchPath

Unofficial

Remove listener on specific path.

Signature:

stopWatchPath(normalizedPath: string): void

Parameters:

ParameterTypeDescription
normalizedPathstringThe path to stop watching.

Returns: void