Keep log on screen after installation error (#1769)

This commit is contained in:
filtered
2024-12-03 13:57:30 +11:00
committed by GitHub
parent b23cebcba4
commit 6ba53f3af1

View File

@@ -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 = (