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