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.
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.
Test throw error for main
Test throw error for renderer
maybe need source-map? could you provide an example.