diff --git a/pkg/run/run.go b/pkg/run/run.go index a82ae70..c454e4c 100644 --- a/pkg/run/run.go +++ b/pkg/run/run.go @@ -109,6 +109,10 @@ func Run(cmd *cobra.Command, args []string) { logger.Error().Err(err).Msg("could not stop") } + if err := m.clear(logger); err != nil { + logger.Error().Err(err).Msg("could not clear") + } + continue }