(path: string)
| 181 | }; |
| 182 | |
| 183 | const normalizedPath = (path: string): string => path.replaceAll("\\", "/"); |
| 184 | |
| 185 | const shouldReplaceDaemonForDesktop = (conn: SidecarConnection): boolean => { |
| 186 | if (shouldUpgradeDaemonForDesktop(conn.ownerVersion)) return true; |
no outgoing calls
no test coverage detected