fix: desktop app packaging
Some checks reported warnings
arcad/arcast/pipeline/head This commit is unstable

This commit is contained in:
2024-04-26 17:13:35 +02:00
parent c1fdd2373b
commit 49c23e66de
4 changed files with 14 additions and 12 deletions

View File

@ -65,7 +65,7 @@ func LoadOrCreate(ctx context.Context, filename string, conf *Config, funcs ...T
if data != nil {
if err := json.Unmarshal(data, conf); err != nil {
return errors.WithStack(err)
logger.Error(ctx, "could not parse configuration file", logger.CapturedE(errors.WithStack(err)))
}
}