You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we can see the invocation of log.Fatal which will immediately terminate the program having invoked os.Exit, not allowing for any deferred cleanups. Even more, the code all around it uses panic(err)
The text was updated successfully, but these errors were encountered:
Summary of Bug
If we look at this code
sommelier/app/export.go
Lines 59 to 63 in 3157d97
sommelier/app/export.go
Line 178 in 3157d97
The text was updated successfully, but these errors were encountered: