fix(mac): restore gateway clear log

main
Peter Steinberger 2025-12-09 18:44:22 +00:00
parent ffc930b871
commit 2918e00d33
1 changed files with 4 additions and 0 deletions

View File

@ -227,4 +227,8 @@ final class GatewayProcessManager: ObservableObject {
func projectRootPath() -> String { func projectRootPath() -> String {
CommandResolver.projectRootPath() CommandResolver.projectRootPath()
} }
func clearLog() {
self.log = ""
}
} }