fix(mac): restore gateway clear log
This commit is contained in:
@@ -227,4 +227,8 @@ final class GatewayProcessManager: ObservableObject {
|
|||||||
func projectRootPath() -> String {
|
func projectRootPath() -> String {
|
||||||
CommandResolver.projectRootPath()
|
CommandResolver.projectRootPath()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func clearLog() {
|
||||||
|
self.log = ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user