macos: fix some CI build issues
parent
973a2afdde
commit
20744f0482
|
|
@ -430,7 +430,7 @@ class BaseTerminalController: NSWindowController,
|
||||||
/// This will also insert the proper undo stack information in.
|
/// This will also insert the proper undo stack information in.
|
||||||
func closeSurfaceNode(
|
func closeSurfaceNode(
|
||||||
_ node: SplitTree<Ghostty.SurfaceView>.Node,
|
_ node: SplitTree<Ghostty.SurfaceView>.Node,
|
||||||
withConfirmation: Bool = true,
|
withConfirmation: Bool = true
|
||||||
) {
|
) {
|
||||||
// This node must be part of our tree
|
// This node must be part of our tree
|
||||||
guard surfaceTree.contains(node) else { return }
|
guard surfaceTree.contains(node) else { return }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue