bun --console
for Electron + Vite project?
#19477
-
I'm using https://electron-vite.org/ (simple project - https://github.com/deadcoder0904/electron-transparent-window-claude) & I'd love to use The problem is the console in DevTools is hard to copy with Electron (I have to press copy 2-3x for some reason & it sometimes doesn't register properly & sometimes doesn't select the text properly) so this would be useful as I do this atleast 100x per day when I get error in renderer. My Is this technically possible? Or does |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The I haven't used electron before (and neither electron-vite), so I'm not sure how simple it'll be to migrate. |
Beta Was this translation helpful? Give feedback.
-
I forgot https://github.com/sindresorhus/electron-timber exists which is an alternate solution as it logs both consoles (browser & terminal) in terminal. It didn't work for me so I went with electron-log :) |
Beta Was this translation helpful? Give feedback.
I forgot https://github.com/sindresorhus/electron-timber exists which is an alternate solution as it logs both consoles (browser & terminal) in terminal.
It didn't work for me so I went with electron-log :)