aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drive.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/drive.go b/drive.go
index a88c11a..bad5ff4 100644
--- a/drive.go
+++ b/drive.go
@@ -144,5 +144,6 @@ func main() {
func writeError(format string, err error) {
fmt.Fprintf(os.Stderr, format, err)
+ fmt.Print("\n")
os.Exit(1)
}