sync3
Laurent 4 months ago
parent 572a2e9bec
commit 7cd7a5b908
  1. 2
      LeStorage/Store.swift

@ -466,7 +466,7 @@ final public class Store {
var fileURL = try self._directoryPath()
fileURL.append(component: fileName)
try content.write(to: fileURL, atomically: false, encoding: .utf8)
Logger.log("write into \(fileURL)...")
// Logger.log("write into \(fileURL)...")
}
/// Returns the URL matching a Storable type

Loading…
Cancel
Save