1
0

Missing continue

This commit is contained in:
dump_stack() 2023-05-11 20:29:39 +00:00
parent 6a0846e129
commit 96a6dd7fb9
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC

View File

@ -43,6 +43,7 @@ func (cmd *DebianCacheCmd) Run() (err error) {
dk, err = debian.GetDebianKernel(version)
if err == debian.ErrNoBinaryPackages {
slog.Warn().Err(err).Msg("")
continue
} else if err != nil {
slog.Error().Err(err).Msg("get debian kernel")
continue