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
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.
The text was updated successfully, but these errors were encountered:
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.
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 whereelectron-rebuild
would hang when trying to rebuildfibers
for electron.The text was updated successfully, but these errors were encountered: