(path: Path.Path)
| 214 | path.join(homedir(), "Library", "LaunchAgents"); |
| 215 | |
| 216 | const launchdPlistPath = (path: Path.Path): string => |
| 217 | path.join(launchAgentsDir(path), `${SERVICE_LABEL}.plist`); |
| 218 | |
| 219 | const serviceLogDir = (path: Path.Path): string => path.join(resolveExecutorDataDir(path), "logs"); |
| 220 |
no test coverage detected