()
| 18 | } |
| 19 | |
| 20 | function rcloneLogFile(): string { |
| 21 | return formatPath(netmountLogDir() + '/rclone.log', osInfo.platform === 'windows') |
| 22 | } |
| 23 | |
| 24 | function openlistLogFile(): string { |
| 25 | return formatPath(openlistDataDir() + '/log/log.log', osInfo.platform === 'windows') |
no test coverage detected