I use electron with ESM scripts. But electron-log show bad file path and code line in browser window dev-tools - always show ".../node_modules/electron-log/src/renderer/lib/transports/console.js:77". JS console.log show path/line right.
Simple example: https://github.com/FVGame/electron-esm-example

I don't know problem in electron or electron-log.
Now i use hook for add to message.data correct file path with code line, but it's not convenient =(