mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
show child exited: fix macos build
This commit is contained in:
@ -580,7 +580,7 @@ extension Ghostty {
|
|||||||
fallthrough
|
fallthrough
|
||||||
case GHOSTTY_ACTION_QUIT_TIMER:
|
case GHOSTTY_ACTION_QUIT_TIMER:
|
||||||
fallthrough
|
fallthrough
|
||||||
case GHOSTTY_SHOW_CHILD_EXITED:
|
case GHOSTTY_ACTION_SHOW_CHILD_EXITED:
|
||||||
Ghostty.logger.info("known but unimplemented action action=\(action.tag.rawValue)")
|
Ghostty.logger.info("known but unimplemented action action=\(action.tag.rawValue)")
|
||||||
return false
|
return false
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user