(filePath, mode)
| 1254 | }, |
| 1255 | |
| 1256 | async lchmod(filePath, mode) { |
| 1257 | const providerPath = toProviderPath(filePath); |
| 1258 | provider.chmodSync(providerPath, mode); |
| 1259 | }, |
| 1260 | |
| 1261 | watch(filePath, options) { |
| 1262 | const providerPath = toProviderPath(filePath); |