* @returns {void}
()
| 148 | * @returns {void} |
| 149 | */ |
| 150 | function step3() { |
| 151 | if (invalidate) watcher.invalidate(); |
| 152 | fs.writeFile(file2Path, "wrong", "utf8", handleError); |
| 153 | |
| 154 | setTimeout(step4, changeTimeout); |
| 155 | } |
| 156 | |
| 157 | /** |
| 158 | * @returns {void} |
nothing calls this directly
no test coverage detected