Browse Source

minor: adjust ordering

pull/3519/head
chrislu 2 years ago
parent
commit
7394f7feee
  1. 3
      weed/command/fix.go

3
weed/command/fix.go

@ -127,11 +127,10 @@ func doFixOneVolume(basepath string, baseFileName string, collection string, vol
if err := storage.ScanVolumeFile(basepath, collection, vid, storage.NeedleMapInMemory, scanner); err != nil {
glog.Fatalf("scan .dat File: %v", err)
os.Remove(indexFileName)
}
if err := nm.SaveToIdx(indexFileName); err != nil {
glog.Fatalf("save to .idx File: %v", err)
os.Remove(indexFileName)
glog.Fatalf("save to .idx File: %v", err)
}
}
Loading…
Cancel
Save