Commit 750d945
committed
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 private1 parent 1d89c5d commit 750d945
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
177 | 179 | | |
178 | 180 | | |
179 | 181 | | |
| |||
0 commit comments