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

Cannot parse/handle errors from electron correctly #43

Open
aight8 opened this issue Apr 12, 2017 · 0 comments
Open

Cannot parse/handle errors from electron correctly #43

aight8 opened this issue Apr 12, 2017 · 0 comments
Labels

Comments

@aight8
Copy link

aight8 commented Apr 12, 2017

Input:

Error: something happened
    at test (<anonymous>:1:25)
    at <anonymous>:1:47
    at EventEmitter.electron.ipcRenderer.on (/Users/sebi/jjd/js_package_nightmare-service/node_modules/electron/dist/Electron.app/Contents/Resources/electron.asar/renderer/init.js:52:28)
    at emitMany (events.js:127:13)
    at EventEmitter.emit (events.js:201:7)

Output:

  Error: something happened
  
  <anonymous>:1 test <anonymous>:1:25
  <anonymous>:1  <anonymous>:1:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants