mirror of
https://onedev.site.tesses.net/crosslang
synced 2026-02-08 17:15:45 +00:00
Add custom console and allow runtimes to set the config dir
This commit is contained in:
@@ -480,7 +480,9 @@ namespace Tesses::CrossLang
|
||||
GCList ls2(this->ls->GetGC());
|
||||
auto res = CreateDictionaryFromServerContext(ls2,&ctx);
|
||||
bool result;
|
||||
this->ls->GetGC()->BarrierBegin();
|
||||
auto callableO = clsObj->GetValue("","Handle");
|
||||
this->ls->GetGC()->BarrierEnd();
|
||||
TCallable* callable;
|
||||
if(GetObjectHeap(callableO, callable))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user