fix(mac): restore gateway clear log

This commit is contained in:
Peter Steinberger
2025-12-09 18:44:22 +00:00
parent ffc930b871
commit 2918e00d33

View File

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