fixed crashing when no config was found
This commit is contained in:
parent
82c098aa0d
commit
d48f3f9737
2 changed files with 1 additions and 4 deletions
|
|
@ -42,7 +42,7 @@ func InitConfig() (err error) {
|
|||
fmt.Println("Using defaults.")
|
||||
}
|
||||
|
||||
return
|
||||
return nil
|
||||
}
|
||||
|
||||
func random(length int) (string, error) {
|
||||
|
|
|
|||
Reference in a new issue