Commit b69680a
committed
fix(event-loop): fix the
It's still a reference count issue as always.
When JS throws an error in a Promise wrapper, it will only show the actual JS error instead of a Python exception `asyncio.exceptions.InvalidStateError: Future object is not initialized.`Future object is not initialized error and the segfault that follows1 parent c80f2ec commit b69680a
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| |||
0 commit comments