1
0

fix: continue in case of no/wrong preload .out-of-tree.toml

Cette révision appartient à :
2023-05-18 16:43:15 +00:00
Parent 071608805e
révision 6939d64226

Voir le fichier

@ -96,7 +96,7 @@ func buildPreload(workPath, tmp string, ki config.KernelInfo,
ka, err := config.ReadArtifactConfig(workPath + "/.out-of-tree.toml") ka, err := config.ReadArtifactConfig(workPath + "/.out-of-tree.toml")
if err != nil { if err != nil {
return log.Warn().Err(err).Msg("preload")
} }
ka.SourcePath = workPath ka.SourcePath = workPath