mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-20 06:44:32 +00:00
Keep log on screen after installation error (#1769)
This commit is contained in:
@@ -53,7 +53,7 @@ let xterm: Terminal | undefined
|
||||
|
||||
const updateProgress = ({ status: newStatus }: { status: ProgressStatus }) => {
|
||||
status.value = newStatus
|
||||
xterm?.clear()
|
||||
if (newStatus !== ProgressStatus.ERROR) xterm?.clear()
|
||||
}
|
||||
|
||||
const terminalCreated = (
|
||||
|
||||
Reference in New Issue
Block a user