(path)
| 185 | return Stream.fail(notFound("watch", path)) |
| 186 | }, |
| 187 | writeFile(path) { |
| 188 | return Effect.fail(notFound("writeFile", path)) |
| 189 | }, |
| 190 | writeFileString(path) { |
| 191 | return Effect.fail(notFound("writeFileString", path)) |
| 192 | }, |
no test coverage detected