(path: string)
| 220 | }; |
| 221 | |
| 222 | const normalizedPath = (path: string): string => path.replaceAll("\\", "/"); |
| 223 | |
| 224 | const shouldReplaceDaemonForDesktop = (conn: SidecarConnection): boolean => { |
| 225 | if (shouldUpgradeDaemonForDesktop(conn.ownerVersion)) return true; |
no outgoing calls
no test coverage detected