* Stops watching a file for changes. * @param {string} path The path to stop watching * @param {Function} [listener] Optional listener to remove
(path, listener)
| 609 | * @param {Function} [listener] Optional listener to remove |
| 610 | */ |
| 611 | unwatchFile(path, listener) { |
| 612 | throw new ERR_METHOD_NOT_IMPLEMENTED('unwatchFile'); |
| 613 | } |
| 614 | } |
| 615 | |
| 616 | module.exports = { |
no outgoing calls
no test coverage detected