Consider copy standard modules error as fatal
This commit is contained in:
parent
08beba2bab
commit
c82bd6a554
2
pew.go
2
pew.go
@ -610,7 +610,7 @@ func testArtifact(swg *sizedwaitgroup.SizedWaitGroup, ka config.Artifact,
|
||||
start := time.Now()
|
||||
err = copyStandardModules(q, ki)
|
||||
if err != nil {
|
||||
slog.Error().Err(err).Msg("copy standard modules")
|
||||
slog.Fatal().Err(err).Msg("copy standard modules")
|
||||
return
|
||||
}
|
||||
slog.Debug().Str("duration", time.Now().Sub(start).String()).
|
||||
|
Loading…
Reference in New Issue
Block a user