We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aae61e commit ce8a3e0Copy full SHA for ce8a3e0
1 file changed
config/config.go
@@ -321,6 +321,7 @@ func (c *Config) UpdateConfig(key string, value string, update bool) {
321
intValue, err := strconv.Atoi(value)
322
if err != nil {
323
fmt.Println("Error caught while setting timeout:", err)
324
+ return
325
}
326
c.Core.Timeout = intValue
327
case "profile":
0 commit comments