mirror of
https://github.com/ssh-vault/ssh-vault.git
synced 2025-12-25 00:21:00 +03:00
println os.Stderr
This commit is contained in:
@@ -17,7 +17,7 @@ import (
|
||||
var version string
|
||||
|
||||
func exit1(err error) {
|
||||
fmt.Fprintf(os.Stderr, "%s", err)
|
||||
fmt.Fprintln(os.Stderr, err)
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user