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
I agree to follow the code of conduct that this project uses.
I have searched the issue tracker for a bug that matches the one I want to file, without success.
Forge version
7.7.0
Electron version
v35.0.0
Operating system
Windows 11 24H2
Last known working Forge version
No response
Expected behavior
We encountered an issue when trying to pass arguments to electron using the command electron-forge start -- --remote-debugging-port=9222, which results in the error: error: unknown option '--remote-debugging-port=9222'.
After debugging, we discovered that the electron-forge command cannot handle the -- parameter separator correctly, which prevents electron from receiving the argument --remote-debugging-port=9222.
Actual behavior
We added direct debug print statements in the command file:
Pre-flight checklist
Forge version
7.7.0
Electron version
v35.0.0
Operating system
Windows 11 24H2
Last known working Forge version
No response
Expected behavior
We encountered an issue when trying to pass arguments to
electron
using the commandelectron-forge start -- --remote-debugging-port=9222
, which results in the error:error: unknown option '--remote-debugging-port=9222'
.After debugging, we discovered that the
electron-forge
command cannot handle the--
parameter separator correctly, which preventselectron
from receiving the argument--remote-debugging-port=9222
.Actual behavior
We added direct debug print statements in the command file:
Run of the command:
The
--
argument disappears during the parameter passing, but---
can be passed.Steps to reproduce
Additional information
No response
The text was updated successfully, but these errors were encountered: