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
gaia/app: failure to retrieve the userHome directory should crash loudly instead of just fmt.Println and inserting content into current directory, or at least fallback to using os.TempDir
#1874
Closed
1 of 5 tasks
odeke-em opened this issue
Nov 4, 2022
· 0 comments
· Fixed by #1878
This code is suspect and it os.UserHomeDir fails, it just incorrectly prints to screen and then uses the empty string to create a filepath which will use the current working directory
in
Summary of Bug
This code is suspect and it os.UserHomeDir fails, it just incorrectly prints to screen and then uses the empty string to create a filepath which will use the current working directory
in
gaia/app/app.go
Lines 85 to 92 in 842f231
For Admin Use
The text was updated successfully, but these errors were encountered: