macos: fix some CI build issues

This commit is contained in:
Mitchell Hashimoto
2025-06-07 12:22:37 -07:00
parent 973a2afdde
commit 20744f0482

View File

@@ -430,7 +430,7 @@ class BaseTerminalController: NSWindowController,
/// This will also insert the proper undo stack information in.
func closeSurfaceNode(
_ node: SplitTree<Ghostty.SurfaceView>.Node,
withConfirmation: Bool = true,
withConfirmation: Bool = true
) {
// This node must be part of our tree
guard surfaceTree.contains(node) else { return }