show child exited: fix macos build

This commit is contained in:
Jeffrey C. Ollie
2025-07-06 16:17:37 -05:00
parent 033d8c3099
commit cd9174e7e8

View File

@ -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: