Commit 35262a6
committed
fix: ensure frontend terminal visibility and improve command detection
- Modified Console component to show Frontend terminal when other terminals have content
- Added debug logging to track command routing (Python/Node.js detection)
- Pnpm commands should now be properly detected as Node.js commands and route to frontend terminal
- Frontend terminal will be visible alongside other terminals when System Messages is expanded1 parent 5cac23a commit 35262a6
File tree
2 files changed
+10
-2
lines changed- src
- components/preview_panel
- ipc/processors
2 files changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
17 | 25 | | |
18 | 26 | | |
19 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
| 401 | + | |
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| |||
0 commit comments