You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: shouldn't be initialized the v8 platform from DenoRuntime::new
At the time of invoking `DenoRuntime::new()`, it is a time that already detached
from the main thread.
The function initializes the V8 platform should be invoked only from the main
thread, so it's not right.
(cherry picked from commit 989867a)
0 commit comments