space
This commit is contained in:
parent
661e6f3450
commit
0cde238bc1
|
|
@ -38,7 +38,7 @@ export async function action(opts: { json?: boolean }) {
|
|||
if (sessions.length === 0) {
|
||||
console.log("◆ No active sessions.")
|
||||
if ((await vm.status()) !== "running") {
|
||||
console.log(`${red}VM is not running.${reset}`)
|
||||
console.log(`\n${red}VM is not running.${reset}`)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
|
@ -82,6 +82,6 @@ export async function action(opts: { json?: boolean }) {
|
|||
console.log(`\n${dim}◯ idle${reset} · ${cyan}◎ active${reset} · ${yellow}◐ unsaved${reset} · ${green}● saved${reset}`)
|
||||
|
||||
if ((await vm.status()) !== "running") {
|
||||
console.log(`${red}VM is not running.${reset}`)
|
||||
console.log(`\n${red}VM is not running.${reset}`)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user