Skip to content

Commit

Permalink
Keep log on screen after installation error (#1769)
Browse files Browse the repository at this point in the history
  • Loading branch information
webfiltered authored Dec 3, 2024
1 parent b23cebc commit 6ba53f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ServerStartView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down

0 comments on commit 6ba53f3

Please sign in to comment.