mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-19 07:54:26 +01:00
WIP: objc utilities
This commit is contained in:
@@ -198,9 +198,9 @@ extension From: CustomDebugStringConvertible, CoreStoreDebugStringConvertible {
|
||||
public var coreStoreDumpString: String {
|
||||
|
||||
var info: DumpInfo = [("entityClass", self.entityClass)]
|
||||
if let extraInfo = self.dumpInfo {
|
||||
if let configurations = self.configurations {
|
||||
|
||||
info.append(extraInfo)
|
||||
info.append(("configurations", configurations))
|
||||
}
|
||||
return createFormattedString(
|
||||
"(", ")",
|
||||
|
||||
Reference in New Issue
Block a user