We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a41918 commit f6e0500Copy full SHA for f6e0500
NativeScript/runtime/ArgConverter.mm
@@ -341,7 +341,7 @@
341
tns::SetValue(isolate, thiz, wrapper);
342
std::shared_ptr<Persistent<Value>> poThiz = ObjectManager::Register(context, thiz);
343
cache->Instances.emplace(result, poThiz);
344
- // [result retain];
+ [result retain];
345
}
346
347
NativeScript/runtime/Metadata.h
@@ -584,7 +584,7 @@ struct Meta {
584
case Vector:
585
return "Vector";
586
default:
587
- return "Unknwon";
+ return "Unknown";
588
589
590
0 commit comments