Skip to content
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

Not working in Electron 2.0.x #388

Open
matortheeternal opened this issue Sep 8, 2018 · 1 comment
Open

Not working in Electron 2.0.x #388

matortheeternal opened this issue Sep 8, 2018 · 1 comment

Comments

@matortheeternal
Copy link

I rebuilt the binary using node-gyp, but when the binary is loaded devtools disconnects and I don't get an error message. Still trying to get more information. I also ran into an issue where electron-rebuild would hang when trying to rebuild fibers for electron.

@christian-bromann
Copy link

christian-bromann commented Nov 28, 2018

Similar situation when you are trying to run fibers commands via DevTools console tab when connected to the debugger. I don't think thought that this is an issue with fibers and more an issue with DevTools in general, for example:

When I open DevTools in the browser and enter await Promise.resolve("test"), I get:

"test"

as output, when connecting the DevTools application to a Node.js process and do the same, I get:

Promise {<pending>}

even things like setTimeout(() => console.log("test"), 0) don't output the console.log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants