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