fix: clean up final 16 no-unused-vars warnings (#22751)
This commit is contained in:
parent
bd29004831
commit
9f4b73b6a3
13 changed files with 8 additions and 37 deletions
|
|
@ -191,7 +191,7 @@ export const Terminal = (props: TerminalProps) => {
|
|||
const scrollY = typeof local.pty.scrollY === "number" ? local.pty.scrollY : undefined
|
||||
let ws: WebSocket | undefined
|
||||
let term: Term | undefined
|
||||
let ghostty: Ghostty
|
||||
let _ghostty: Ghostty
|
||||
let serializeAddon: SerializeAddon
|
||||
let fitAddon: FitAddon
|
||||
let handleResize: () => void
|
||||
|
|
@ -372,7 +372,7 @@ export const Terminal = (props: TerminalProps) => {
|
|||
cleanup()
|
||||
return
|
||||
}
|
||||
ghostty = g
|
||||
_ghostty = g
|
||||
term = t
|
||||
output = terminalWriter((data, done) =>
|
||||
t.write(data, () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue