mirror of
https://github.com/electron/electron.git
synced 2026-01-27 16:28:23 -05:00
On Windows the case sensitivity of command line switches are ignored, so --nodeIntegraion will become --nodeintegration. We should separate options from switches so we use "nodeIntegraion" in options, while passing "--node-integration" in command line.