Fix offline defrag

This commit is contained in:
kkkkun
2022-03-13 21:17:59 +08:00
parent e8732fb5f3
commit 58374b83a1

View File

@@ -46,6 +46,7 @@ func defragCommandFunc(cmd *cobra.Command, args []string) {
if err != nil {
cobrautl.ExitWithError(cobrautl.ExitError, err)
}
return
}
failures := 0