Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fs: Add noop stub for FSWatcher.prototype.start
* Motivation: In a previous PR, nodejs#29905, I made this method a private method since it had no value to the user. There was discussion that maybe it should have been a runtime deprecation first, but was ultimatley decided that for this type of method, a noop stub was a better option. This Adds back in the method, but as a noop stub, while also keeping the real implementation private
- Loading branch information