(path: Path.Path)
| 217 | path.join(launchAgentsDir(path), `${SERVICE_LABEL}.plist`); |
| 218 | |
| 219 | const serviceLogDir = (path: Path.Path): string => path.join(resolveExecutorDataDir(path), "logs"); |
| 220 | |
| 221 | const DESKTOP_APP_BUNDLE_IDENTIFIER = "sh.executor.desktop"; |
| 222 |
no test coverage detected