fix: remove unused spawnFailed variable (dead code)
This commit is contained in:
parent
52f62c3fda
commit
148687c7fe
@ -410,7 +410,6 @@ export class TmuxSessionManager {
|
|||||||
const closeActionSucceeded = result.results.some(
|
const closeActionSucceeded = result.results.some(
|
||||||
({ action, result: actionResult }) => action.type === "close" && actionResult.success,
|
({ action, result: actionResult }) => action.type === "close" && actionResult.success,
|
||||||
)
|
)
|
||||||
const spawnFailed = !result.success || !result.spawnedPaneId
|
|
||||||
|
|
||||||
if (result.success && result.spawnedPaneId) {
|
if (result.success && result.spawnedPaneId) {
|
||||||
const sessionReady = await this.waitForSessionReady(sessionId)
|
const sessionReady = await this.waitForSessionReady(sessionId)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user