diff --git a/NativeScript/runtime/Runtime.mm b/NativeScript/runtime/Runtime.mm index 3a5c354f..d34696a9 100644 --- a/NativeScript/runtime/Runtime.mm +++ b/NativeScript/runtime/Runtime.mm @@ -44,8 +44,6 @@ if (![NSThread isMainThread]) { Caches::Workers->Remove(this->workerId_); Caches::Remove(this->isolate_); - } else { - this->isolate_->Exit(); } Runtime::isolates_.erase(std::remove(Runtime::isolates_.begin(), Runtime::isolates_.end(), this->isolate_), Runtime::isolates_.end());