1
0
cnlh 5 жил өмнө
parent
commit
ef3dc10215
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      lib/file/file.go

+ 1 - 0
lib/file/file.go

@@ -177,4 +177,5 @@ func storeSyncMapToFile(m sync.Map, filePath string) {
 		}
 		return true
 	})
+	file.Sync()
 }