Commit c673be7
committed
🤖 fix: remove error when opening terminal in server mode
Changed TERMINAL_WINDOW_OPEN handler to silently return when
terminalWindowManager is not available (server mode) instead of throwing
an error. In server mode, window.open() handles opening the terminal.
Generated with `mux`1 parent 5897608 commit c673be7
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1559 | 1559 | | |
1560 | 1560 | | |
1561 | 1561 | | |
1562 | | - | |
| 1562 | + | |
| 1563 | + | |
| 1564 | + | |
| 1565 | + | |
| 1566 | + | |
1563 | 1567 | | |
1564 | | - | |
1565 | | - | |
1566 | | - | |
1567 | 1568 | | |
1568 | 1569 | | |
1569 | 1570 | | |
| |||
0 commit comments