1
0
Fork 0

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

timestamps
dump_stack() 2023-05-18 16:43:15 +00:00
parent 071608805e
commit 6939d64226
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

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