()
| 142 | } |
| 143 | |
| 144 | private attachSession(): void { |
| 145 | spawnSync( |
| 146 | 'tmux', |
| 147 | ['-L', getTerminalPanelSocket(), 'attach-session', '-t', TMUX_SESSION], |
| 148 | { stdio: 'inherit' }, |
| 149 | ) |
| 150 | } |
| 151 | |
| 152 | // ── show shell ──────────────────────────────────────────────────── |
| 153 |
no test coverage detected