Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
Flush glog before exiting the program
Browse files Browse the repository at this point in the history
  • Loading branch information
Metalnem committed Dec 3, 2016
1 parent 8fb7509 commit 1a265d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,6 @@ func main() {
if err = archive(filename, activities); err != nil {
glog.Exit(err)
}

glog.Flush()
}

0 comments on commit 1a265d0

Please sign in to comment.