(path: Path.Path)
| 225 | path.join(homedir(), "Library", "LaunchAgents"); |
| 226 | |
| 227 | const launchdPlistPath = (path: Path.Path): string => |
| 228 | path.join(launchAgentsDir(path), `${SERVICE_LABEL}.plist`); |
| 229 | |
| 230 | const serviceLogDir = (path: Path.Path): string => path.join(resolveExecutorDataDir(path), "logs"); |
| 231 |
no test coverage detected