You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mingpepe Forge doesn't have could wiring to allow hooks or plugins to write logs outside of the existing listr infra, specifically the reason your log "doesn't show up" is because listr overwrites it immediately.
If you want to see your logs a valid workaround is to do DEBUG=*forge* electron-forge and then your console logs should be visible easily
Pre-flight checklist
Electron Forge version
7.3.0
Electron version
29.1.1
Operating system
Windows 10
Last known working Electron Forge version
N
Expected behavior
Print to console as state in doc.
Actual behavior
Log in hook does not display on console.
Steps to reproduce
npx electron-forge package
Additional information
Same discuss on reddit and discord.
The text was updated successfully, but these errors were encountered: