Revert "lint"

This reverts commit b0973791a8.
This commit is contained in:
Clem
2023-04-22 14:36:14 +02:00
parent b0973791a8
commit 8cb75e14a2
3 changed files with 4 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ export class SerialTabComponent extends BaseTerminalTabComponent<SerialProfile>
this.attachSessionHandler(this.session!.destroyed$, () => {
if (this.frontend) {
// Session was closed abruptly
if (this.config.store.terminal.behaviorOnSessionEnds === 'close') {
if (this.config.store.terminal.behaviorOnSessionEnds == 'close') {
// Close the tab
this.destroy()
} else if (this.config.store.terminal.behaviorOnSessionEnds.startsWith('reconnect-or-')) {