-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
Proxy Error wrapped Promise in debug mode #10406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
/cc @nodejs/v8 |
It's the result of a Does |
yes it work. |
@SklyarovYura Can you try the fix from #10409? |
Thanks it works |
BTW, #8224 describes an issue of the same underlying cause as this one. |
Fixed in #10409 |
nodejs/help#417
if there is a breakpoint, and script execution in debug mode results in an error:
script is run on WebStorm, VS2015
error occurs in the transition from
let proxy = createProxy();
toresolve(proxy);
The text was updated successfully, but these errors were encountered: