Skip to content

Commit 826a395

Browse files
committed
fix: don't null runloop on Promise proxy
1 parent d54175b commit 826a395

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

NativeScript/runtime/PromiseProxy.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ void PromiseProxy::Init(v8::Local<v8::Context> context) {
2020
return !resolve;
2121
}
2222
function markFulfilled() {
23-
runloop = null;
2423
origFunc = null;
2524
resolve = null;
2625
reject = null;

0 commit comments

Comments
 (0)