From 3de350c800ff8473bc64cfc8f5d9e25e40eec23e Mon Sep 17 00:00:00 2001 From: wwg135 <105048516+wwg135@users.noreply.github.com> Date: Fri, 13 Sep 2024 18:00:00 +0800 Subject: [PATCH] Update Installation.swift --- TrollInstallerX/Installer/Installation.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TrollInstallerX/Installer/Installation.swift b/TrollInstallerX/Installer/Installation.swift index ef0d57a..a3da3ef 100644 --- a/TrollInstallerX/Installer/Installation.swift +++ b/TrollInstallerX/Installer/Installation.swift @@ -275,7 +275,7 @@ func doIndirectInstall(_ device: Device) async -> Bool { UnsafeMutablePointer?>.init(ptr) } if is_persistence_helper_installed(pathPointer) { - Logger.log("持久性助手已安装!" (\(path == nil ? "unknown" : String(cString: path!)))", type: .warning) + Logger.log("持久性助手已安装! (\(path == nil ? "unknown" : String(cString: path!)))", type: .warning) return false } @@ -325,4 +325,4 @@ func doIndirectInstall(_ device: Device) async -> Bool { } return true -} \ No newline at end of file +}