show child exited: fix macos build
parent
033d8c3099
commit
cd9174e7e8
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue