(path: Path.Path)
| 228 | path.join(launchAgentsDir(path), `${SERVICE_LABEL}.plist`); |
| 229 | |
| 230 | const serviceLogDir = (path: Path.Path): string => path.join(resolveExecutorDataDir(path), "logs"); |
| 231 | |
| 232 | const DESKTOP_APP_BUNDLE_IDENTIFIER = "sh.executor.desktop"; |
| 233 |
no test coverage detected