Skip to content

Commit

Permalink
reduce chance of failing on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
intrand committed Oct 14, 2022
1 parent 314f6a5 commit dc7ff96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func main() {

gamesInfoMap, err = getAllSteamAppsInfo() // this should only happen one time per run
if err != nil {
log.Fatalln(err)
log.Println(err) // don't bail because of this
}

// main decision tree
Expand Down

0 comments on commit dc7ff96

Please sign in to comment.