Spaces:
Runtime error
Runtime error
04 — Console pane
ConsolePane.tsx shows the project runtime's stdout / stderr stream. The Start / Stop button calls routes/editor/runtime.ts which spawns the configured exocore.run script and pipes the output back over Server-Sent Events.
Screenshots
What it does
Console is runtime output — it's separate from the terminal (which is an interactive pty).
The desktop screenshot was captured mid-run; the mobile shot intentionally shows the empty pane (running the dev server inside the headless mobile profile detaches the page session).
The Stop button sends
SIGTERMfirst thenSIGKILLafter a 3s grace period.Source files
-
← Back to the editor index.

