disable schema/defaults cleanup until we can ensure we are using the correct context
This commit is contained in:
parent
832e0c5e13
commit
69ea13944f
|
@ -58,7 +58,7 @@ NSString *RealmFileDirectory() {
|
||||||
|
|
||||||
static JSValueRef ClearTestState(JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef *exception) {
|
static JSValueRef ClearTestState(JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef *exception) {
|
||||||
[RealmJS clearTestState];
|
[RealmJS clearTestState];
|
||||||
RJSSchemaClearState(ctx);
|
//RJSSchemaClearState(ctx);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue