fix(mac): restore gateway clear log
parent
ffc930b871
commit
2918e00d33
|
|
@ -227,4 +227,8 @@ final class GatewayProcessManager: ObservableObject {
|
|||
func projectRootPath() -> String {
|
||||
CommandResolver.projectRootPath()
|
||||
}
|
||||
|
||||
func clearLog() {
|
||||
self.log = ""
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue