Print newline after finalizing
This commit is contained in:
parent
2879df0afd
commit
af09f95187
1 changed files with 3 additions and 0 deletions
|
@ -210,4 +210,7 @@ func installPassthrough(config *configs.Config) {
|
|||
// Write to logger
|
||||
logger.Printf(strings.Join(cmd_out, "\n"))
|
||||
}
|
||||
|
||||
// Make sure prompt end up on next line
|
||||
fmt.Print("\n")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue