1
0

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

This commit is contained in:
2023-05-18 16:43:15 +00:00
부모 071608805e
커밋 6939d64226

파일 보기

@ -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