This commit is contained in:
Lunny Xiao 2022-06-20 17:30:17 +08:00 committed by Jason Song
parent c7cb750616
commit db7ee2eaf4

View file

@ -218,10 +218,11 @@ func runDaemon(ctx context.Context, input *Input) func(cmd *cobra.Command, args
}
failedCnt = 0
}
return nil
break
}
if err := handleMessage(conn, sigs, message); err != nil {
log.Error().Msgf(err.Error())
}
}
}