From cd9174e7e80285fca5cab9a18c55eba039b50761 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sun, 6 Jul 2025 16:17:37 -0500 Subject: [PATCH] show child exited: fix macos build --- macos/Sources/Ghostty/Ghostty.App.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos/Sources/Ghostty/Ghostty.App.swift b/macos/Sources/Ghostty/Ghostty.App.swift index f78585c9a..c94f40291 100644 --- a/macos/Sources/Ghostty/Ghostty.App.swift +++ b/macos/Sources/Ghostty/Ghostty.App.swift @@ -580,7 +580,7 @@ extension Ghostty { fallthrough case GHOSTTY_ACTION_QUIT_TIMER: fallthrough - case GHOSTTY_SHOW_CHILD_EXITED: + case GHOSTTY_ACTION_SHOW_CHILD_EXITED: Ghostty.logger.info("known but unimplemented action action=\(action.tag.rawValue)") return false default: