(path)
| 8183 | }); |
| 8184 | } |
| 8185 | static pathExists(path) { |
| 8186 | return fs.existsSync(path); |
| 8187 | } |
| 8188 | } |
| 8189 | FileUtils.tempDirectory = process.env.RUNNER_TEMP || os.tmpdir(); |
| 8190 | exports["default"] = FileUtils; |
no outgoing calls
no test coverage detected