-
Notifications
You must be signed in to change notification settings - Fork 224
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
Electron, nwjs and Brackets-Shell #78
Comments
Seems logic, do you mind doing a PR? |
Sure, mind having a look at all of my pull requests? 😄 |
I have seen them but I d'on't have the time to review them for now. Do they passes all tests? Even those in Chrome (https://github.com/evanw/node-source-map-support#tests)? |
Didn't know there where manual tests :D it would be cool to automate them with maybe phantomjs! Anyhow, I'll make sure to run them! |
Indeed (#80), feel free to do it if you have the time ;) |
Instead of detecting the browser I think that it would be better to detect a Node.js runtime since there are a number of projects that implements both.
This leads to uncaught exceptions not being fixed in Electron. Here is the offending line.
It would be better to check for the
process
object:The text was updated successfully, but these errors were encountered: