mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Build and run
This commit is contained in:
@@ -221,6 +221,10 @@ public final class SqliteValueBox: ValueBox {
|
||||
let _ = try? FileManager.default.createDirectory(atPath: basePath, withIntermediateDirectories: true, attributes: nil)
|
||||
let path = basePath + "/db_sqlite"
|
||||
|
||||
#if DEBUG
|
||||
print("Instance \(self) opening sqlite at \(path)")
|
||||
#endif
|
||||
|
||||
#if DEBUG
|
||||
let exists = FileManager.default.fileExists(atPath: path)
|
||||
postboxLog("Opening \(path), exists: \(exists)")
|
||||
|
||||
Reference in New Issue
Block a user