1
0

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

This commit is contained in:
dump_stack() 2023-05-18 16:43:15 +00:00
parent 071608805e
commit 6939d64226
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC

View File

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