-
-
Notifications
You must be signed in to change notification settings - Fork 562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write to std in hook does not write to console #3796
Comments
@mingpepe Forge doesn't have could wiring to allow hooks or plugins to write logs outside of the existing If you want to see your logs a valid workaround is to do |
Thanks! It works for me. |
@MarshallOfSound Do you think the document should be modified? I think it's misleading.
|
I think that's a great idea! 👍 |
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: