SimulatedGREG / electron-vue

An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
https://simulatedgreg.gitbooks.io/electron-vue/content/
MIT License
15.46k stars 1.54k forks source link

Question for Error location? Need Help #1069

Open dtboy1995 opened 3 years ago

dtboy1995 commented 3 years ago

Test throw error for main

image

Test throw error for renderer

image

The above figure shows the error call stack, but I can't locate the wrong line of code from the error message at all.
What are the best practices for error display and location?
Thank you very much for any help

maybe need source-map? could you provide an example.