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
Have you searched if someone else has already reported the issue on the forum or in the issues?
Yes
What did you do?
see above
What did you expect to happen?
The logs should contain the filename.
What actually happened?
instead :pre() is displayed.
Additional comments
If I try this under electron it works except for the system information line (which is started in a separate thread).
Edit: Electron uses his own node version which is v24 on develop, so this explains why it works under electron.
It took me ~2 hours to find out the reason is node v25. I tested this with 2 different docker images.
Participation
I am willing to submit a pull request for this change.
Environment
Which start option are you using?
node --run server
Are you using PM2?
No
Module
None
Have you tried disabling other modules?
Have you searched if someone else has already reported the issue on the forum or in the issues?
What did you do?
see above
What did you expect to happen?
The logs should contain the filename.
What actually happened?
instead
:pre()is displayed.Additional comments
If I try this under electron it works except for the system information line (which is started in a separate thread).
Edit: Electron uses his own node version which is v24 on
develop, so this explains why it works under electron.It took me ~2 hours to find out the reason is node v25. I tested this with 2 different docker images.
Participation