(path: string)
| 170 | }; |
| 171 | |
| 172 | const normalizedPath = (path: string): string => path.replaceAll("\\", "/"); |
| 173 | |
| 174 | const shouldReplaceDaemonForDesktop = (conn: SidecarConnection): boolean => { |
| 175 | if (shouldUpgradeDaemonForDesktop(conn.ownerVersion)) return true; |
no outgoing calls
no test coverage detected