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
If an error occurs in serde_v8 when converting the output of a sync op, it results in a panic and the process aborts.
The panic occurs because unwrap() is called on the result from serde_v8::to_v8. (The resulting panic then causes the whole process to abort, maybe due to denoland/rusty_v8#534.)
Example - this test results in "fatal runtime error: failed to initiate panic, error 5":
If an error occurs in serde_v8 when converting the output of a sync op, it results in a panic and the process aborts.
The panic occurs because
unwrap()
is called on the result fromserde_v8::to_v8
. (The resulting panic then causes the whole process to abort, maybe due to denoland/rusty_v8#534.)Example - this test results in "fatal runtime error: failed to initiate panic, error 5":
The text was updated successfully, but these errors were encountered: