mirror of
https://github.com/packwiz/packwiz.git
synced 2025-11-19 01:24:32 +01:00
Fix unhandled error warnings, error messages (except import.go)
This commit is contained in:
@@ -21,5 +21,5 @@ func getCurseDir() (string, error) {
|
||||
if _, err := os.Stat(curseDir); err == nil {
|
||||
return curseDir, nil
|
||||
}
|
||||
return "", errors.New("Curse installation directory cannot be found")
|
||||
return "", errors.New("curse installation directory cannot be found")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user