mirror of
https://github.com/voideditor/void
synced 2026-05-23 01:18:25 +00:00
delete
This commit is contained in:
parent
1c6edf7023
commit
3772cf98ea
1 changed files with 2 additions and 0 deletions
|
|
@ -277,6 +277,8 @@ export class TerminalToolService extends Disposable implements ITerminalToolServ
|
|||
terminal.dispose()
|
||||
if (!isPersistent)
|
||||
delete this.temporaryTerminalInstanceOfId[params.terminalId]
|
||||
else
|
||||
delete this.persistentTerminalInstanceOfId[params.persistentTerminalId]
|
||||
}
|
||||
|
||||
const waitForResult = async () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue