()
| 30 | } |
| 31 | |
| 32 | async function getDefaultDataRoot(): Promise<string> { |
| 33 | const platform = getPlatformService(); |
| 34 | return normalizeDir(await platform.getAppDataDir()); |
| 35 | } |
| 36 | |
| 37 | async function getDesktopDataRootConfigPath(): Promise<string> { |
| 38 | const platform = getPlatformService(); |
no test coverage detected