mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-05-18 15:51:29 +00:00
@@ -131,5 +131,5 @@ func (m *LevelDbNeedleMap) Close() {
|
||||
func (m *LevelDbNeedleMap) Destroy() error {
|
||||
m.Close()
|
||||
os.Remove(m.indexFile.Name())
|
||||
return os.Remove(m.dbFileName)
|
||||
return os.RemoveAll(m.dbFileName)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user