sync2
Laurent 11 months ago
parent c32c01568b
commit b068f3a57b
  1. 2
      LeStorage/StoreCenter.swift

@ -470,6 +470,7 @@ public class StoreCenter {
/// Logs a message in the logs collection
public func log(message: String) {
DispatchQueue.main.async {
let log = Log(message: message)
do {
try self._logsCollection().addOrUpdate(instance: log)
@ -477,6 +478,7 @@ public class StoreCenter {
Logger.error(error)
}
}
}
// MARK: - Migration

Loading…
Cancel
Save