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