add assertionFailure for unexpected QuickTerminalSize tag
parent
aa0afa2d02
commit
aa504b2784
|
|
@ -33,6 +33,7 @@ struct QuickTerminalSize {
|
|||
case GHOSTTY_QUICK_TERMINAL_SIZE_PIXELS:
|
||||
self = .pixels(cStruct.value.pixels)
|
||||
default:
|
||||
assertionFailure()
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue