chore: cleanup Terminal.ts

This commit is contained in:
2026-03-26 11:57:11 +01:00
parent 141204164a
commit 1d54c8b650
2 changed files with 2 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ const init = () => {
(key: string, isCharacter: boolean) => localBroadcaster.emit('keyup', key, isCharacter),
)
const terminal = new Terminal(localBroadcaster)
const terminal = new Terminal()
terminal.LoadShell(new Wush(localBroadcaster, terminal))
}